observed property

HashMap<String, Future<void> Function(String)> observed
final

Currently observed properties through observeProperty.

Implementation

final HashMap<String, Future<void> Function(String)> observed =
    HashMap<String, Future<void> Function(String)>();