value property

  1. @override
Map<E, T> value
override

Getter of the current map of the informer.

Implementation

@override

/// Getter of the current map of the informer.
Map<E, T> get value => _value;