call abstract method

TRes call({
  1. String? id,
  2. String? title,
  3. String? description,
  4. String? $__typename,
})

Implementation

TRes call({
  String? id,
  String? title,
  String? description,
  String? $__typename,
});