SignUpPayload constructor
SignUpPayload({})
Implementation
SignUpPayload({
required this.firstName,
required this.lastName,
required this.emailAddress,
required this.phoneNumber,
required this.isTermsConditionsAgreed,
required this.deviceModel,
required this.deviceModelNo,
required this.deviceId,
required this.pushNotificationToken,
});