UInt8ListMsg constructor

UInt8ListMsg({
  1. Uint8List? value,
})

Implementation

UInt8ListMsg({
  this.value,
});