onBuild property

Stream<Null> onBuild

A stream that will be notified of each succeeded build of the build_runner.

Implementation

Stream<Null> get onBuild => _onBuildController.stream;