bytes property

Iterable<int> get bytes

decode Hex String value to bytes

Implementation

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