call abstract method

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

Implementation

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