isRemote property
Indicates whether this ChatRepository uses a remote pagination.
Implementation
@visibleForTesting
bool get isRemote => _localPagination == null && _pagination != null;
Indicates whether this ChatRepository uses a remote pagination.
@visibleForTesting
bool get isRemote => _localPagination == null && _pagination != null;