toJson method

String toJson()

Encodes TournamentAppeal object to json string

Implementation

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