DataWallet class
Constructors
- DataWallet({String? userWalletCode, String? nickname, String? emailVerification, String? userStatusNo, String? countryIsoCode, String? languageIsoCode, String? profileImage, String? sellonEmail, String? registerFrom, String? userWalletCodePub, String? haspasswordtransaction})
- DataWallet.fromJson(Map json)
Properties
- countryIsoCode ↔ String?
-
getter/setter pair
- emailVerification ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- haspasswordtransaction ↔ String?
-
getter/setter pair
- languageIsoCode ↔ String?
-
getter/setter pair
- nickname ↔ String?
-
getter/setter pair
- profileImage ↔ String?
-
getter/setter pair
- registerFrom ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sellonEmail ↔ String?
-
getter/setter pair
- userStatusNo ↔ String?
-
getter/setter pair
- userWalletCode ↔ String?
-
getter/setter pair
- userWalletCodePub ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited