toRawJson method

String toRawJson()

Converts a Update object to a JSON string.

Implementation

String toRawJson() => json.encode(toJson());