RustResponse constructor

const RustResponse({
  1. required bool successful,
  2. required Uint8List bytes,
})

Implementation

const RustResponse({
  required this.successful,
  required this.bytes,
});