toBytes method

List<int> toBytes()

Returns the bytes representing the encoded JSON

Implementation

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