MatchLeave constructor
MatchLeave({
- String? matchId,
Implementation
factory MatchLeave({
$core.String? matchId,
}) {
final _result = create();
if (matchId != null) {
_result.matchId = matchId;
}
return _result;
}