call abstract method

TRes call({
  1. String? net,
  2. String? gross,
})

Implementation

TRes call({
  String? net,
  String? gross,
});