dataStream property
Stream<ModResourceResult<Out> ?>
get
dataStream
Data stream (pipe) with binded widget
Implementation
Stream<ModResourceResult<Out>?> get dataStream => this.controller.stream;
Data stream (pipe) with binded widget
Stream<ModResourceResult<Out>?> get dataStream => this.controller.stream;