MembershipsDetails class
Constructors
-
MembershipsDetails({List<
String> ? accessibleLevels, String? highestAccessibleLevel, String? highestAccessibleLevelDisplayName, MembershipsDuration? membershipsDuration, List<MembershipsDurationAtLevel> ? membershipsDurationAtLevels}) - MembershipsDetails.fromJson(Map json_)
Properties
-
accessibleLevels
↔ List<
String> ? -
Ids of all levels that the user has access to.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- highestAccessibleLevel ↔ String?
-
Id of the highest level that the user has access to at the moment.
getter/setter pair
- highestAccessibleLevelDisplayName ↔ String?
-
Display name for the highest level that the user has access to at the
moment.
getter/setter pair
- membershipsDuration ↔ MembershipsDuration?
-
Data about memberships duration without taking into consideration pricing
levels.
getter/setter pair
-
membershipsDurationAtLevels
↔ List<
MembershipsDurationAtLevel> ? -
Data about memberships duration on particular pricing levels.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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