RestorableBoolNRaiiExt extension
Extension for managing nullable RestorableBoolN lifecycle.
Example:
final isSelected = RestorableBoolN(null)
.withLifecycle(this, debugLabel: 'IsSelected');
Methods
-
withLifecycle(
RaiiLifecycleAware lifecycleAware, {String? debugLabel}) → RestorableBoolN -
Available on RestorableBoolN, provided by the RestorableBoolNRaiiExt extension
Attaches this nullable restorable boolean to a RaiiLifecycleAware object for automatic disposal.