OtpVerify constructor

const OtpVerify({
  1. Key? key,
  2. required List<CameraDescription> came,
  3. required String frontFile,
  4. required bool fromBack,
  5. required String token,
  6. required bool includeFront,
  7. required bool includeListDoc,
  8. required bool includeCountry,
  9. required bool includeIdField,
})

Implementation

const OtpVerify(
    {Key? key,
    required this.came,
    required this.frontFile,
    required this.fromBack,
    required this.token,
    required this.includeFront,
    required this.includeListDoc,
    required this.includeCountry,
    required this.includeIdField})
    : super(key: key);