call abstract method

$R call({
  1. int? id,
  2. String? name,
})

Implementation

$R call({int? id, String? name});