PagingStateError<PageKeyType, ItemType> constructor

const PagingStateError<PageKeyType, ItemType>(
  1. dynamic error
)

Implementation

const factory PagingStateError(dynamic error) =
    _$PagingStateError<PageKeyType, ItemType>;