IdNoField constructor

const IdNoField({
  1. Key? key,
  2. required String documentCode,
  3. required List<CameraDescription> came,
  4. required bool includeListDoc,
  5. required bool fromVerify,
  6. required String documentName,
  7. required String documentId,
  8. required String countryName,
  9. required String countryId,
  10. required bool includeCountry,
  11. required bool isBackRequired,
  12. 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);