call abstract method

TRes call({
  1. double? id,
  2. String? name,
  3. double? age,
  4. double? number,
  5. String? position,
  6. String? photo,
  7. String? $__typename,
})

Implementation

TRes call({
  double? id,
  String? name,
  double? age,
  double? number,
  String? position,
  String? photo,
  String? $__typename,
});