RawMessage.byteArray constructor

const RawMessage.byteArray({
  1. required List<int> byteArray,
})

Implementation

const factory RawMessage.byteArray({
  required List<int> byteArray,
}) = RawByteArray;