array property

List<Byte> array

bytes in List

Implementation

List<Byte> get array => _bytes.map((byte) => Byte(byte)).toList();