toJson method

String toJson()

Encodes PlayerTournamentResponse object to json string

Implementation

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