StateSnapshot<V>.withValueAndError constructor

StateSnapshot<V>.withValueAndError(
  1. V value,
  2. Object error, {
  3. required Source source,
  4. required bool isLoading,
})

Implementation

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