PersistedSignalOptions#
Kind:
class |
Package: package:signals_core
Class: PersistedSignalOptions#
Configuration options for a PersistedSignal.
Members of PersistedSignalOptions#
| Member | Type | Signature | Description |
|---|---|---|---|
| PersistedSignalOptions | constructor |
dart PersistedSignalOptions({super.name, super.autoDispose, super.watched, super.unwatched})
|
Creates a new PersistedSignalOptions instance. |
| copyWith | method |
dart PersistedSignalOptions
|
|
| == | method |
dart bool ==(Object other) |
|
| hashCode | method |
dart int hashCode |
References#
The PersistedSignalOptions type is referenced and used in the following pages:
- PersistedSignal (signals_flutter/utilities)
- PersistedSignal (signals_core/utilities)
- PersistedSignal (signals/utilities)