AcuantFaceImage constructor

const AcuantFaceImage({
  1. required Uint8List rawBytes,
  2. required AcuantFaceLiveness liveness,
})

Implementation

const AcuantFaceImage({
  required this.rawBytes,
  required this.liveness,
});