CreateEvent constructor

CreateEvent(
  1. AtClientImpl? atClientInstance, {
  2. dynamic isUpdate = false,
  3. EventNotificationModel? eventData,
  4. ValueChanged<EventNotificationModel>? onEventSaved,
  5. List<EventNotificationModel>? createdEvents,
})

Implementation

CreateEvent(this.atClientInstance,
    {this.isUpdate = false,
    this.eventData,
    this.onEventSaved,
    this.createdEvents});