PlanListData class
Constructors
Properties
- amount ↔ String?
-
getter/setter pair
- description ↔ String?
-
getter/setter pair
- duration ↔ num?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ num?
-
getter/setter pair
- identifier ↔ String?
-
getter/setter pair
- isTrail ↔ num?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ num?
-
getter/setter pair
- title ↔ String?
-
getter/setter pair
- trialPeriod ↔ num?
-
getter/setter pair
- type ↔ String?
-
getter/setter pair
Methods
-
copyWith(
{num? id, String? title, String? type, String? identifier, num? trialPeriod, String? amount, num? status, num? duration, String? description, num? isTrail}) → PlanListData -
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