Result<T>.loading constructor

const Result<T>.loading()

Implementation

const factory Result.loading() = Loading<T>;