PlanFeature class
Constructors
-
PlanFeature({String createdAt, String id, String identifier, Object important, String name, String planId, int position, String updatedAt, int value})
-
-
PlanFeature.fromJson(String source)
-
factory
-
PlanFeature.fromMap(Map<String, dynamic> map)
-
factory
Properties
-
createdAt
↔ String
-
read / write
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, override
-
id
↔ String
-
read / write
-
identifier
↔ String
-
read / write
-
important
↔ Object
-
read / write
-
name
↔ String
-
read / write
-
planId
↔ String
-
read / write
-
position
↔ int
-
read / write
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
-
updatedAt
↔ String
-
read / write
-
value
↔ int
-
read / write
Methods
-
copyWith({String createdAt, String id, String identifier, Object important, String name, String planId, int position, String updatedAt, int value})
→ PlanFeature
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson()
→ String
-
-
toMap()
→ Map<String, dynamic>
-
-
toString()
→ String
-
Returns a string representation of this object.
override