eventConfigs property

ListBuilder<NotificationEventConfiguration> get eventConfigs

Implementation

ListBuilder<NotificationEventConfiguration> get eventConfigs =>
    _$this._eventConfigs ??= ListBuilder<NotificationEventConfiguration>();
set eventConfigs (ListBuilder<NotificationEventConfiguration>? eventConfigs)

Implementation

set eventConfigs(ListBuilder<NotificationEventConfiguration>? eventConfigs) =>
    _$this._eventConfigs = eventConfigs;