ReadonlyMapSignalExtension#
Kind:
extension |
Package: package:signals_core
Extension: ReadonlyMapSignalExtension#
extension ReadonlyMapSignalExtension on ReadonlySignal<Map<K, V>>
Helper extensions for ReadonlySignal
Members of ReadonlyMapSignalExtension#
| Member | Type | Signature | Description |
|---|---|---|---|
| [] | method |
dart V? [](Object? key) |
|
| cast | method |
dart Map<RK, RV> cast() |
|
| containsKey | method |
dart bool containsKey(Object? key) |
|
| containsValue | method |
dart bool containsValue(Object? value) |
|
| entries | method |
dart Iterable<MapEntry<K, V>> entries |
|
| isEmpty | method |
dart bool isEmpty |
|
| isNotEmpty | method |
dart bool isNotEmpty |
|
| keys | method |
dart Iterable |
|
| length | method |
dart int length |
|
| map | method |
dart Map<K2, V2> map(MapEntry<K2, V2> Function(K key, V value) convert) |
|
| values | method |
dart Iterable |
References#
The ReadonlyMapSignalExtension type is referenced and used in the following pages: