bytes property

Iterable<int> bytes

decode Hex String value to bytes

Implementation

Iterable<int> get bytes => ByteArray.fromHex(value);