Subscriptions class

Constructors

Subscriptions({FreeTrial? freeTrial, String? benefits, bool? physical, bool? digital, bool? adFree, bool? migrated, bool? couponsEnabled, String? adminCoupon, List<Null>? usedCouponNumbers, String? sId, bool? recommended, bool? enabled, String? clientId, String? title, String? iconUrl, List<Tiers>? tiers, String? createdAt, String? updatedAt, int? iV, int? couponCount, String? currencySymbol})
Subscriptions.fromJson(Map<String, dynamic> json)

Properties

adFree bool?
getter/setter pair
adminCoupon String?
getter/setter pair
benefits String?
getter/setter pair
clientId String?
getter/setter pair
couponCount int?
getter/setter pair
couponsEnabled bool?
getter/setter pair
createdAt String?
getter/setter pair
currencySymbol String?
getter/setter pair
digital bool?
getter/setter pair
enabled bool?
getter/setter pair
freeTrial FreeTrial?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iconUrl String?
getter/setter pair
iV int?
getter/setter pair
migrated bool?
getter/setter pair
physical bool?
getter/setter pair
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sId String?
getter/setter pair
tiers List<Tiers>?
getter/setter pair
title String?
getter/setter pair
updatedAt String?
getter/setter pair
usedCouponNumbers List<Null>?
getter/setter pair

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