from static method

Uint8List from(
  1. Uint8List other
)

Implementation

static Uint8List from(Uint8List other) => Uint8List.fromList(other);