Properties
-
apiPrefix
↔ String?
-
API url prefix for this class.
getter/setter pair
-
createTime
↔ String?
-
The object's creation date
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
updateTime
↔ String?
-
The date when the object was last updated
getter/setter pair
-
uuid
↔ String
-
Unique identifier of the model.
getter/setter pair
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
populate(dynamic data)
→ dynamic
-
Populates class properties via data object.
@param data Data object.
-
toMap()
→ Map<String, dynamic>
-
-
toString()
→ String
-
A string representation of this object.
inherited