RestorableDateTimeNRaiiExt extension
Extension for managing nullable RestorableDateTimeN lifecycle.
Example:
final lastModified = RestorableDateTimeN(null)
.withLifecycle(this, debugLabel: 'LastModified');
Methods
-
withLifecycle(
RaiiLifecycleAware lifecycleAware, {String? debugLabel}) → RestorableDateTimeN -
Available on RestorableDateTimeN, provided by the RestorableDateTimeNRaiiExt extension
Attaches this nullable restorable date time to a RaiiLifecycleAware object.