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