call abstract method

TRes call({
  1. double? first,
  2. String? second,
  3. String? $__typename,
})

Implementation

TRes call({
  double? first,
  String? second,
  String? $__typename,
});