PagedValue<Key, Value>.loading constructor

const PagedValue<Key, Value>.loading()

Represents the loading state of the PagedValue.

Implementation

const factory PagedValue.loading() = Loading;