hostProperties property

Map<String, AST> hostProperties

Implementation

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