toJson method

String toJson()

Implementation

String toJson() {
  return json.encode(serializers.serializeWith(AppState.serializer, this));
}