call abstract method

TRes call({
  1. double? played,
  2. double? win,
  3. double? lose,
  4. Query$getStandings$getStandings$league$standings$home$goals? goals,
  5. String? $__typename,
})

Implementation

TRes call({
  double? played,
  double? win,
  double? lose,
  Query$getStandings$getStandings$league$standings$home$goals? goals,
  String? $__typename,
});