call abstract method

TRes call({
  1. String? summary,
  2. String? description,
  3. String? location,
  4. String? timeZone,
})

Implementation

TRes call({
  String? summary,
  String? description,
  String? location,
  String? timeZone,
});