AsyncResult<T>.loading constructor

const AsyncResult<T>.loading([
  1. double? progress
])

Creates a Loading result.

Implementation

const factory AsyncResult.loading([double? progress]) = Loading<T>._;