call abstract method

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

Implementation

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