SubscriptionPeriod class

Constructors

SubscriptionPeriod.fromMap(Map<String, dynamic> map)
convert map object into SubscriptionPeriod

Properties

hashCode int
The hash code for this object.
no setterinherited
numberOfUnits int
The number of units per subscription period. For example, if the number of units is 6, then the subscription period would be 6 months.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unit String
unit represent the duration of an interval, from a day up to a year. For example, unit value would be a month, year, day and week.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited