bytes property

Iterable<int> get bytes

decode base64 String value to bytes

Implementation

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