call abstract method

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

Implementation

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