menu
fuery_core package
documentation
fuery_core.dart
InfiniteQueryResult<Param, Data, Err>
error property
error property
dark_mode
light_mode
error
property
Stream
<
Err?
>
get
error
inherited
Implementation
Stream<Err?> get error => _stream.map((s) => s.error);
fuery_core package
documentation
fuery_core
InfiniteQueryResult<Param, Data, Err>
error property
InfiniteQueryResult class