FullUser constructor
FullUser({
- int? id,
- required String email,
- String? firstName,
- String? lastName,
- bool? isActive,
- bool? isCustomer,
- bool? isTutor,
- DateTime? lastLogin,
- String? latestPostcode,
- String? phoneNumber,
- bool? isPhoneConfirmed,
- String? photo,
- String? ref,
- bool? reply,
- String? skypeAddress,
- SocialAuthMethodEnum? socialAuthMethod,
- bool? agreedToTerms,
- bool? called,
- DateTime? dateJoined,
- DateTime? dateOfBirth,
- bool? emailVerified,
- bool? emailed,
- String? gender,
- bool? hasCreditCard,
- bool? isLive,
- String? userTimezone,
- String? language,
- bool? payViaOktopi,
- String? stripeUserId,
Returns a new FullUser instance.
Implementation
FullUser({
this.id,
required this.email,
this.firstName,
this.lastName,
this.isActive,
this.isCustomer,
this.isTutor,
this.lastLogin,
this.latestPostcode,
this.phoneNumber,
this.isPhoneConfirmed,
this.photo,
this.ref,
this.reply,
this.skypeAddress,
this.socialAuthMethod,
this.agreedToTerms,
this.called,
this.dateJoined,
this.dateOfBirth,
this.emailVerified,
this.emailed,
this.gender,
this.hasCreditCard,
this.isLive,
this.userTimezone,
this.language,
this.payViaOktopi,
this.stripeUserId,
});