User class

User object, holds all user related data, such as app user-id, email and address. Each checkpoint object contains a user data object. -param {String} userId -param {String} email -param {VerificationType} isEmailVerified -param {String} phoneUser -param {VerificationType} isPhoneUserVerified -param {Address} address -param {VerificationType} isKYCVerified -param {int} registrationDate

Inheritance

Constructors

User({String? userId, String? email, VerificationType? isEmailVerified, String? phoneUser, VerificationType? isPhoneVerified, Address? address, VerificationType? isKYCVerified, int? registrationDate})

Properties

address Address?
getter/setter pair
email String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isEmailVerified VerificationType?
getter/setter pair
isKYCVerified VerificationType?
getter/setter pair
isPhoneVerified VerificationType?
getter/setter pair
json Map<String, dynamic>
getter/setter pairinherited
phoneUser String?
getter/setter pair
registrationDate int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String?
getter/setter pair

Methods

getJson() Map<String, dynamic>
jsonStringParse() → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseEnum(dynamic data, String key) → void
inherited
parseJson(dynamic data, String key) → void
inherited
parseObject(dynamic data, String key) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited