RegistrationConfiguration class

Inheritance
Annotations
  • @JsonSerializable()

Constructors

RegistrationConfiguration({Requirable birthDate, bool confirmPassword, Requirable firstName, String formId, Requirable fullName, Requirable lastName, LoginIdType loginIdType, Requirable middleName, Requirable mobilePhone, Requirable preferredLanguages, RegistrationType type})
RegistrationConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

birthDate Requirable
getter/setter pair
confirmPassword bool
getter/setter pair
enabled bool
getter/setter pairinherited
firstName Requirable
getter/setter pair
formId String
getter/setter pair
fullName Requirable
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastName Requirable
getter/setter pair
loginIdType LoginIdType
getter/setter pair
middleName Requirable
getter/setter pair
mobilePhone Requirable
getter/setter pair
preferredLanguages Requirable
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type RegistrationType
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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