bytes property

Iterable<int> bytes

decode base64 String value to bytes

Implementation

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