menu
swift_flutter package
documentation
core/rx_future.dart
SwiftFuture<T>
isError property
isError property
dark_mode
light_mode
isError
property
bool
get
isError
Whether the future has errored
Implementation
bool get isError => _state.value.isError;
swift_flutter package
documentation
core/rx_future
SwiftFuture<T>
isError property
SwiftFuture class