controller property

StreamController<QueryResult<TParsed>> controller
getter/setter pair

Implementation

late StreamController<QueryResult<TParsed>> controller;