bytes property

Uint8List bytes
latefinal

Implementation

late final Uint8List bytes =
    Uint8List.fromList(List<int>.generate(size, (i) => random.nextInt(256)));