ProfileSignupRequest class
ProfileSignupRequest class, contains the infos for the profile in a signUp request
Constructors
-
ProfileSignupRequest({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<
ProfileAddress> ? addresses, String? locale, String? bio, Map<String, Object?> ? customFields, Map<String, Consent> ? consents, bool? liteOnly}) -
ProfileSignupRequest default constructor
const
Properties
-
addresses
→ List<
ProfileAddress> ? -
The user addresses
final
- bio → String?
-
The user bio
final
- birthdate → String?
-
The user birthdate
final
- company → String?
-
The user company
final
-
consents
→ Map<
String, Consent> ? -
The user consents
final
-
customFields
→ Map<
String, Object?> ? -
The custom fields linked to your user
It must match the ones you have created in your reachFive console
final
- email → String?
-
The user email
final
- familyName → String?
-
The user familyName
final
- gender → String?
-
The user gender
final
- givenName → String?
-
The user givenName
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- liteOnly → bool?
-
Used to know if the user profile is lite or not
final
- locale → String?
-
The user locale
final
- middleName → String?
-
The user middleName
final
- name → String?
-
The user name
final
- nickname → String?
-
The user nickname
final
- password → String
-
The user password
final
- phoneNumber → String?
-
The user phoneNumber
final
- picture → String?
-
The user picture
final
- profileURL → String?
-
The user profileURL
final
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringify → bool?
-
If set to
true
, thetoString
method will be overridden to output this instance'sprops
.no setterinherited - username → String?
-
The user username
final
Methods
-
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