asNotifiableMap method
Return a NotifiableMap where the keys are the indices and the values the elements of this list.
Implementation
NotifiableMap<int, E> asNotifiableMap() => NotifiableMap<int, E>.of(asMap());
Return a NotifiableMap where the keys are the indices and the values the elements of this list.
NotifiableMap<int, E> asNotifiableMap() => NotifiableMap<int, E>.of(asMap());