ProfileSignupRequestInterface class

Constructors

ProfileSignupRequestInterface({required String password, String? email, String? phoneNumber, String? givenName, String? middleName, String? familyName, String? name, String? nickname, String? birthdate, String? profileURL, String? picture, String? username, String? gender, String? company, List<ProfileAddressInterface?>? addresses, String? locale, String? bio, Map<String?, Object?>? customFields, Map<String?, ConsentInterface?>? consents, bool? liteOnly})

Properties

addresses List<ProfileAddressInterface?>?
getter/setter pair
bio String?
getter/setter pair
birthdate String?
getter/setter pair
company String?
getter/setter pair
consents Map<String?, ConsentInterface?>?
getter/setter pair
customFields Map<String?, Object?>?
getter/setter pair
email String?
getter/setter pair
familyName String?
getter/setter pair
gender String?
getter/setter pair
givenName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
liteOnly bool?
getter/setter pair
locale String?
getter/setter pair
middleName String?
getter/setter pair
name String?
getter/setter pair
nickname String?
getter/setter pair
password String
getter/setter pair
phoneNumber String?
getter/setter pair
picture String?
getter/setter pair
profileURL String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String?
getter/setter pair

Methods

encode() Object
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

decode(Object result) ProfileSignupRequestInterface