call abstract method

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

Implementation

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