notif property

CollectionNotifier<Map<T, E>> notif

Syntax sugar for CollectionNotifier

Implementation

CollectionNotifier<Map<T, E>> get notif =>
    CollectionNotifier<Map<T, E>>(this);