AsyncResult<T>.loading constructor
const
AsyncResult<T>.loading ([
- double? progress
Creates a Loading result.
Implementation
const factory AsyncResult.loading([double? progress]) = Loading<T>._;