Map<String, ast.AST> get hostProperties { if (_cachedHostProperties == null) { _computeHostBindingImmutability(); } return _cachedHostProperties!; }