call abstract method

TRes call({
  1. DateTime? date,
  2. String? place,
  3. String? country,
  4. String? $__typename,
})

Implementation

TRes call({
  DateTime? date,
  String? place,
  String? country,
  String? $__typename,
});