call abstract method

TRes call({
  1. String? tax,
  2. int? rank,
})

Implementation

TRes call({
  String? tax,
  int? rank,
});