CachedQuery.asNewInstance constructor

  1. @visibleForTesting
CachedQuery.asNewInstance()

Allow the creation of new instances for testing purposes

Implementation

@visibleForTesting
factory CachedQuery.asNewInstance() {
  return CachedQuery._();
}