call abstract method

$R call({
  1. Map<String, GameTeam>? teams,
  2. List<String>? packs,
  3. ItemLocation? gameMode,
  4. List<Waypoint>? waypoints,
})

Implementation

$R call({
  Map<String, GameTeam>? teams,
  List<String>? packs,
  ItemLocation? gameMode,
  List<Waypoint>? waypoints,
});