asNotifiableMap method
Return a NotifiableMap where the keys are the indices and the values the elements of this set.
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 set.
NotifiableMap<int, E?> asNotifiableMap() =>
NotifiableMap<int, E?>.of(asMap());