IdNoField constructor
const
IdNoField({
- Key? key,
- required String documentCode,
- required List<
CameraDescription> came, - required bool includeListDoc,
- required bool fromVerify,
- required String documentName,
- required String documentId,
- required String countryName,
- required String countryId,
- required bool includeCountry,
- required bool isBackRequired,
- File? compressImage,
Implementation
const IdNoField(
{Key? key,
required this.documentCode,
required this.came,
required this.includeListDoc,
required this.fromVerify,
required this.documentName,
required this.documentId,
required this.countryName,
required this.countryId,
required this.includeCountry,
required this.isBackRequired,
this.compressImage})
: super(key: key);