SubscriberModel class

Constructors

SubscriberModel({String? uid, String? referralCode, bool? isGlobalSalesPool, bool? isFounder, bool? isCorporate, String? wallet, String? founderShares, String? parentId, String? createdAt, String? updatedAt, String? paymentAddress, bool? paymentAddressLinked, String? rank, User? user, List<Subscriptions>? subscriptions})
SubscriberModel.fromJson(Map<String, dynamic> json)

Properties

createdAt String?
getter/setter pair
founderShares String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isCorporate bool?
getter/setter pair
isFounder bool?
getter/setter pair
isGlobalSalesPool bool?
getter/setter pair
parentId String?
getter/setter pair
paymentAddress String?
getter/setter pair
paymentAddressLinked bool?
getter/setter pair
rank String?
getter/setter pair
referralCode String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriptions List<Subscriptions>?
getter/setter pair
uid String?
getter/setter pair
updatedAt String?
getter/setter pair
user User?
getter/setter pair
wallet String?
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