bool hasFeature(String feature, [String? version]) => js_util.callMethod(this, 'hasFeature', [feature, version]);