StateSnapshot<V>.withValueAndError constructor
StateSnapshot<V>.withValueAndError (})
Implementation
StateSnapshot.withValueAndError(
V this.value,
Object this.error, {
required Source this.source,
required this.isLoading,
});