buildController property

StreamController<int> buildController
getter/setter pair

Implementation

StreamController<int> buildController = StreamController<int>.broadcast();