call abstract method

$R call({
  1. String? table,
  2. int? x,
  3. int? y,
})

Implementation

$R call({String? table, int? x, int? y});