toJson method

String toJson()

Encodes TournamentTeamPlayer object to json string

Implementation

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