encode method

String encode()

Converts this EncodableValue to a JSON string.

Throws a JsonEncodingError if any error occurs during the JSON encoding process.

Implementation

String encode() => convertEncode(_value);