Input$QuestActionGameInput class

Constructors

Input$QuestActionGameInput({required String activity, required int duration, required int movesCount, Enum$GameTimerEnum? timer})
factory
Input$QuestActionGameInput.fromJson(Map<String, dynamic> data)
factory

Properties

activity String
no setter
copyWith CopyWith$Input$QuestActionGameInput<Input$QuestActionGameInput>
no setter
duration int
no setter
hashCode int
The hash code for this object.
no setteroverride
movesCount int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timer Enum$GameTimerEnum?
no setter

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.
override