call abstract method

TRes call({
  1. int? energyThresholdWh,
  2. int? evaluationWindowMinutes,
  3. int? minimumObservedMinutesBeforeProjection,
  4. String? $__typename,
  5. String? id,
  6. bool? isEnabled,
  7. DateTime? createdOnUtc,
  8. DateTime? updatedOnUtc,
})

Implementation

TRes call({
  int? energyThresholdWh,
  int? evaluationWindowMinutes,
  int? minimumObservedMinutesBeforeProjection,
  String? $__typename,
  String? id,
  bool? isEnabled,
  DateTime? createdOnUtc,
  DateTime? updatedOnUtc,
});