GameFinalModel class
- Annotations
-
- @JsonSerializable.new(explicitToJson: true, fieldRename: FieldRename.snake)
Constructors
-
GameFinalModel({int? id, int? lessonId, String? gameVoice, String? voiceFlag, int? gameTypeId, int? audioFlag, int? numOfLetters, int? numOfLetterRepeat, String? video, String? mainLetter, List<
GameChoicesGameFinalModel> ? gameChoices, String? stageName, String? bgImage, String? name, String? inst, String? sentence, int? numOfTrials, LessonGameFinalModel? lesson, GameTypesFinalModel? gameTypes, String? createdAt, String? updatedAt, List<GameLettersGameFinalModel> ? gameLetters, dynamic stars, int? nextGameId, String? correctAns, int? previousGameId, int? isEdited, bool isHidden = false, List<GameImagesGameFinalModel> ? gameImages, int? isActive}) -
const
-
GameFinalModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- audioFlag → int?
-
final
- bgImage → String?
-
final
- correctAns → String?
-
final
- createdAt → String?
-
final
-
gameChoices
→ List<
GameChoicesGameFinalModel> ? -
final
-
gameImages
→ List<
GameImagesGameFinalModel> ? -
final
-
gameLetters
→ List<
GameLettersGameFinalModel> ? -
final
- gameTypeId → int?
-
final
- gameTypes → GameTypesFinalModel?
-
final
- gameVoice → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int?
-
final
- inst → String?
-
final
- isActive → int?
-
final
- isEdited → int?
-
final
- isHidden → bool
-
final
- lesson → LessonGameFinalModel?
-
final
- lessonId → int?
-
final
- mainLetter → String?
-
final
- name → String?
-
final
- nextGameId → int?
-
final
- numOfLetterRepeat → int?
-
final
- numOfLetters → int?
-
final
- numOfTrials → int?
-
final
- previousGameId → int?
-
final
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sentence → String?
-
final
- stageName → String?
-
final
- stars → dynamic
-
final
- stringify → bool?
-
If set to
true, thetoStringmethod will be overridden to output this instance'sprops.no setterinherited - updatedAt → String?
-
final
- video → String?
-
final
- voiceFlag → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited