ChapterDto class

Annotations

Constructors

ChapterDto({required String chapterId, required String chapterTitle, required int chapterNumber, required int completedContentsNunber, required int totalContentsNumber})
factory

Properties

chapterId String
no setterinherited
chapterNumber int
no setterinherited
chapterTitle String
no setterinherited
completedContentsNunber int
no setterinherited
completionRate double
学習率
no setter
copyWith → $ChapterDtoCopyWith<ChapterDto>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status → dynamic
学習ステータス
no setter
totalContentsNumber int
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited