toJson method

String toJson()

Encodes Team object to json string

Implementation

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