call abstract method

TRes call({
  1. DateTime? from,
  2. DateTime? to,
  3. String? title,
  4. String? program,
  5. String? invitee,
  6. Input$EventInvitorInput? invitor,
})

Implementation

TRes call({
  DateTime? from,
  DateTime? to,
  String? title,
  String? program,
  String? invitee,
  Input$EventInvitorInput? invitor,
});