FingerData constructor

FingerData({
  1. required List<int> fingerImage,
  2. required int quality,
  3. required int nfiq,
  4. required List<int> rawData,
  5. required List<int> iSOTemplate,
  6. required double inWidth,
  7. required double inHeight,
  8. required double inArea,
  9. required double resolution,
  10. required int grayScale,
  11. required int bpp,
  12. required double wSQCompressRatio,
  13. required String wSQInfo,
})

Implementation

FingerData({
   required this.fingerImage,
   required this.quality,
   required this.nfiq,
   required this.rawData,
   required this.iSOTemplate,
   required this.inWidth,
   required this.inHeight,
   required this.inArea,
   required this.resolution,
   required this.grayScale,
   required this.bpp,
   required this.wSQCompressRatio,
   required this.wSQInfo,
});