MissionTypeModel class

Constructors

MissionTypeModel({int? id, String? missionTypeName, String? instruction, dynamic shortDescription, String? teaserVideoUrl, String? tutoMissionTypeVideoUrl, String? tutoSellerVideoUrl, String? pictureUrl, String? colorCode})
MissionTypeModel.fromJson(Map<String, dynamic> json)

Properties

color Color?
no setter
colorCode String?
getter/setter pair
expandableKey GlobalKey<State<StatefulWidget>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
instruction String?
getter/setter pair
missionTypeName String?
getter/setter pair
pictureUrl String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortDescription ↔ dynamic
getter/setter pair
stateKey ↔ dynamic
getter/setter pair
teaserVideoUrl String?
getter/setter pair
tutoMissionTypeVideoUrl String?
getter/setter pair
tutoSellerVideoUrl String?
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