StateSnapshot<V>.withValue constructor

StateSnapshot<V>.withValue(
  1. V value, {
  2. required bool isLoading,
  3. required Source source,
})

Implementation

StateSnapshot.withValue(
  V this.value, {
  required this.isLoading,
  required Source this.source,
}) : error = null;