void setProperty(String property, String value, [String? priority = '']) => js_util.callMethod(this, 'setProperty', [property, value, priority]);