KResult<T>.loading constructor

const KResult<T>.loading()

Implementation

const KResult.loading() : this._(status: _ResultStatus.loading);