MissionInfo class

Constructors

MissionInfo({String? id, int? missionType, String? missionTypeName, int? sellerId, int? getAt, int? succeedAt, String? qrCode, int? elseGetIt, int? completed, String? instruction, String? pictureUrl, String? colorCode, int? timeForMission})
MissionInfo.fromJson(Map<String, dynamic> json)

Properties

color Color?
no setter
colorCode String?
getter/setter pair
completed int?
getter/setter pair
elseGetIt int?
getter/setter pair
getAt int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
instruction String?
getter/setter pair
missionType int?
getter/setter pair
missionTypeName String?
getter/setter pair
pictureUrl String?
getter/setter pair
qrCode String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sellerId int?
getter/setter pair
succeedAt int?
getter/setter pair
timeForMission int?
getter/setter pair

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