call abstract method

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

Implementation

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