ClientAccountRegisterContext constructor
ClientAccountRegisterContext({
- required String email,
- required String password,
- String? firstName,
- String? lastName,
- ClientSex? sex,
- String? phone,
- String? company,
- String? address,
- String? city,
- String? zipcode,
- String? countrycode,
- String? province,
- String? uuid,
- String? customId,
- ClientAgreements? agreements,
- Map<
String, Object> ? attributes,
Implementation
ClientAccountRegisterContext(
{required this.email,
required this.password,
this.firstName,
this.lastName,
this.sex,
this.phone,
this.company,
this.address,
this.city,
this.zipcode,
this.countrycode,
this.province,
this.uuid,
this.customId,
this.agreements,
this.attributes});