controller property

StreamController<String> controller
getter/setter pair

Implementation

late StreamController<String> controller;