toBytes method

List<int> toBytes()
inherited

Returns the bytes representing the encoded JSON

Implementation

List<int> toBytes() => decodeBase64EncodedBytes(toBase64EncodedString());