ApplyAuthFormModel constructor
const
ApplyAuthFormModel({})
Implementation
const ApplyAuthFormModel({
required this.phoneNumber,
required this.isPrivacyAgreed,
required this.isThirdPrivacyAgreed,
required this.isServiceAgreed,
required this.isLocationServiceAgreed,
required this.enabled,
required this.pending,
});