toJson method

Map<String, dynamic> toJson()

Converts the Match instance to a JSON map.

Returns a JSON map representing the match criteria.

Implementation

Map<String, dynamic> toJson() => _$MatchToJson(this);