User constructor
User(- {int? id,
- String? firstName,
- String? lastName,
- String? fullName,
- String? email,
- String? latitude,
- String? longitude,
- String? address,
- String? country,
- String? state,
- String? city,
- String? contactNumber,
- String? accountType,
- String? userType,
- String? dob,
- String? gender,
- List<int>? businessIds,
- List<int>? interestIds,
- int? status,
- String? timeZone,
- dynamic emailVerifiedAt,
- dynamic loginType,
- dynamic uid,
- dynamic socialImage,
- dynamic otp,
- String? profileImage}
)
Implementation
User({
this.id,
this.firstName,
this.lastName,
this.fullName,
this.email,
this.latitude,
this.longitude,
this.address,
this.country,
this.state,
this.city,
this.contactNumber,
this.accountType,
this.userType,
this.dob,
this.gender,
this.businessIds,
this.interestIds,
this.status,
this.timeZone,
this.emailVerifiedAt,
this.loginType,
this.uid,
this.socialImage,
this.otp,
this.profileImage,
});