toJson method

String toJson()

Encodes TournamentResults object to json string

Implementation

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