call abstract method

TRes call({
  1. int? extId,
  2. String? name,
  3. String? value,
  4. String? odd,
})

Implementation

TRes call({
  int? extId,
  String? name,
  String? value,
  String? odd,
});