call abstract method

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

Implementation

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