modificationMessageStream property

Stream<ModificationMessage> get modificationMessageStream

Stream of modification messages

Implementation

Stream<ModificationMessage> get modificationMessageStream =>
    _modificationMessageController.stream;