toJson method

String toJson()

Encodes TeamTournament object to json string

Implementation

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