bytes property

String get bytes

Implementation

String get bytes => "[${raw.map((e) => e.toRadixString(2)).join(' ')}]";