dataStream property

Stream<ModResourceResult<Out>?> dataStream

Data stream (pipe) with binded widget

Implementation

Stream<ModResourceResult<Out>?> get dataStream => this.controller.stream;