bytes property

Uint8List? get bytes

Convenience: decode b64_json if present.

Implementation

Uint8List? get bytes => b64Json == null ? null : base64Decode(b64Json!);