MapSignalOptions#
Kind:
class |
Package: package:signals_core
Class: MapSignalOptions#
Configuration options for a MapSignal.
Members of MapSignalOptions#
| Member | Type | Signature | Description |
|---|---|---|---|
| MapSignalOptions | constructor |
dart MapSignalOptions({super.name, super.autoDispose, super.watched, super.unwatched, super.equality = const SignalDeepEquality()})
|
Creates a new MapSignalOptions instance. |
| copyWith | method |
dart MapSignalOptions<K, V> copyWith({String? name, bool? autoDispose, void Function()? watched, void Function()? unwatched, SignalEquality<Map<K, V>>? equality})
|
|
| == | method |
dart bool ==(Object other) |
|
| hashCode | method |
dart int hashCode |
References#
The MapSignalOptions type is referenced and used in the following pages: