call abstract method

$R call({
  1. String? script,
  2. Map<String, GameTable>? tables,
  3. String? tableName,
  4. Map<String, GameTeam>? teams,
})

Implementation

$R call(
    {String? script,
    Map<String, GameTable>? tables,
    String? tableName,
    Map<String, GameTeam>? teams});