PagedValue<Key, Value>.error constructor

const PagedValue<Key, Value>.error(
  1. StreamChatError error
)

Represents the error state of the PagedValue.

Implementation

const factory PagedValue.error(StreamChatError error) = Error;