ProtectResponse constructor

const ProtectResponse({
  1. Uint8List? processedBytes,
  2. required bool isDataValid,
})

Implementation

const ProtectResponse({this.processedBytes, required this.isDataValid});