ensureCachedCollection method
Implementation
HTMLCollection ensureCachedCollection() {
_collection ??= HTMLCollection(this);
return _collection!;
}
HTMLCollection ensureCachedCollection() {
_collection ??= HTMLCollection(this);
return _collection!;
}