ApplyAuthFormModel constructor

const ApplyAuthFormModel({
  1. required String phoneNumber,
  2. required bool isPrivacyAgreed,
  3. required bool isThirdPrivacyAgreed,
  4. required bool isServiceAgreed,
  5. required bool isLocationServiceAgreed,
  6. required bool enabled,
  7. required bool pending,
})

Implementation

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