call abstract method

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

Implementation

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