AsyncValue<T>.success constructor
const
AsyncValue<T>.success (
- T? data
Implementation
const AsyncValue.success(this.data)
: state = AsyncState.success,
error = null,
stackTrace = null,
retryCount = null;