call abstract method

TRes call({
  1. int? rank,
  2. String? pos,
  3. String? wholesaler,
  4. String? manufacturer,
})

Implementation

TRes call({
  int? rank,
  String? pos,
  String? wholesaler,
  String? manufacturer,
});