ApplyAuthFormModel constructor

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

Implementation

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