SnapshotState<T>.withError constructor
const
SnapshotState<T>.withError (
- ConnectionState state,
- Object error, [
- StackTrace stackTrace = StackTrace.empty
Implementation
const SnapshotState.withError(
ConnectionState state,
Object error, [
StackTrace stackTrace = StackTrace.empty,
]) : this._(state, null, error, stackTrace);