adminNotifications property

ListBuilder<String> adminNotifications
override

Implementation

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

Implementation

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