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