bytes property

  1. @Property(type: PropertyType.byteVector)
List<int> bytes
getter/setter pair

The byte data of the icon, stored as a Uint8List.

Implementation

@Property(type: PropertyType.byteVector)
List<int> bytes;