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