LogoSignals.dart
Copy Markdown
rodydavis/signals.dart 999999

Type: PersistedSignalOptions

API reference and details for PersistedSignalOptions from signals.dart.

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 copyWith({String? name, bool? autoDispose, void Function()? watched, void Function()? unwatched})
== method dart bool ==(Object other)
hashCode method dart int hashCode

References#

The PersistedSignalOptions type is referenced and used in the following pages: