call abstract method

TRes call({
  1. double? id,
  2. String? name,
  3. DateTime? update,
  4. String? $__typename,
})

Implementation

TRes call({
  double? id,
  String? name,
  String? logo,
  DateTime? update,
  String? $__typename,
});