Variables$Query$findOneByLeague constructor
Variables$Query$findOneByLeague({
- required int leagueId,
Implementation
factory Variables$Query$findOneByLeague({required int leagueId}) =>
Variables$Query$findOneByLeague._({
r'leagueId': leagueId,
});