call abstract method

TRes call({
  1. int? index,
  2. String? name,
})

Implementation

TRes call({
  int? index,
  String? name,
});