toJson method

String toJson()

Converts the UserActionState to a JSON string.

Returns a JSON string representation of this object.

Implementation

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