snapshots method

CollectionSnapshots<T> snapshots()

Implementation

CollectionSnapshots<T> snapshots() {
  if (_ref_windows != null) {
    return CollectionSnapshots<T>(this);
  } else {
    return CollectionSnapshots<T>(this);
  }
}