call abstract method

TRes call({
  1. int? limit,
  2. String? product,
})

Implementation

TRes call({
  int? limit,
  String? product,
});