changes property

Stream<Map<String, String>> get changes

Emits a snapshot whenever custom metrics change.

Implementation

static Stream<Map<String, String>> get changes => _changes.stream;