call abstract method

TRes call({
  1. double? total,
  2. double? key,
  3. double? accuracy,
  4. String? $__typename,
})

Implementation

TRes call({
  double? total,
  double? key,
  double? accuracy,
  String? $__typename,
});