call abstract method

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

Implementation

TRes call({
  double? home,
  double? away,
  double? total,
  String? $__typename,
});