BytesOrUnicode.uint8List constructor

const BytesOrUnicode.uint8List(
  1. Uint8List value
)

Implementation

const factory BytesOrUnicode.uint8List(Uint8List value) =
    BytesOrUnicodeUint8List;