call abstract method

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

Implementation

TRes call({
  double? yellow,
  double? red,
  String? $__typename,
});