Input.bytes constructor

const Input.bytes(
  1. Uint8List value
)

Implementation

const factory Input.bytes(Uint8List value) = InputBytes;