ensureCachedCollection method
Implementation
@pragma('vm:prefer-inline')
HTMLCollection ensureCachedCollection() {
_collection ??= HTMLCollection(this);
return _collection!;
}
@pragma('vm:prefer-inline')
HTMLCollection ensureCachedCollection() {
_collection ??= HTMLCollection(this);
return _collection!;
}