isRemote property

  1. @visibleForTesting
bool get isRemote

Indicates whether this ChatRepository uses a remote pagination.

Implementation

@visibleForTesting
bool get isRemote => _localPagination == null && _pagination != null;