adminNotifications property

ListBuilder<String> get adminNotifications
override

Implementation

ListBuilder<String> get adminNotifications => _$this._adminNotifications ??= ListBuilder<String>();
set adminNotifications (covariant ListBuilder<String>? adminNotifications)
covariantoverride

Implementation

set adminNotifications(covariant ListBuilder<String>? adminNotifications) =>
    _$this._adminNotifications = adminNotifications;