Subscriber class
Constructors
-
Subscriber({String? uid, dynamic referralCode, bool? isGlobalSalesPool, bool? isFounder, bool? isCorporate, dynamic wallet, dynamic parentId, DateTime? createdAt, DateTime? updatedAt, String? paymentAddress, bool? paymentAddressLinked, dynamic neoMilesWallet, dynamic rank, User? user, List<
Subscription> ? subscriptions}) -
Subscriber.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdAt ↔ DateTime?
-
getter/setter pair
-
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
- neoMilesWallet ↔ dynamic
-
getter/setter pair
- parentId ↔ dynamic
-
getter/setter pair
- paymentAddress ↔ String?
-
getter/setter pair
- paymentAddressLinked ↔ bool?
-
getter/setter pair
- rank ↔ dynamic
-
getter/setter pair
- referralCode ↔ dynamic
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
subscriptions
↔ List<
Subscription> ? -
getter/setter pair
- uid ↔ String?
-
getter/setter pair
- updatedAt ↔ DateTime?
-
getter/setter pair
- user ↔ User?
-
getter/setter pair
- wallet ↔ dynamic
-
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