call abstract method

TRes call({
  1. String? code,
  2. String? name,
})

Implementation

TRes call({
  String? code,
  String? name,
});