emptyUint8List property Null safety

Uint8List emptyUint8List
final

Implementation

static final Uint8List emptyUint8List =
    UnmodifiableUint8ListView(Uint8List(0));