Variables$Query$findOneByLeague constructor

Variables$Query$findOneByLeague({
  1. required int leagueId,
})

Implementation

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