toJson method
Converts the UserActionState to a JSON string.
Returns a JSON string representation of this object.
Implementation
String toJson() => json.encode(toMap());
Converts the UserActionState to a JSON string.
Returns a JSON string representation of this object.
String toJson() => json.encode(toMap());