asNotifiableMap method

NotifiableMap<int, E?> asNotifiableMap()

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());