定义了特定属性值允许的 URI 类型策略。
这可以用来提供自定义规则,例如,允许所有 http:// URI 用于图像属性,但只有同源 URI 用于锚标签。
构造函数
- UriPolicy()
- 构建默认的 UriPolicy,该策略只允许与应用程序启动源相同的 URI。工厂
属性
- hashCode → int
- 此对象的哈希码。无设置器继承
- runtimeType → Type
- 对象的运行时类型的表示。无设置器继承
方法
-
allowsUri(
String uri) → bool - 检查指定属性上是否允许 URI。
-
noSuchMethod(
Invocation invocation) → dynamic - 在访问不存在的函数或属性时被调用。继承
-
toString(
) → String - 此对象的字符串表示。继承
操作符
-
operator ==(
Object other) → bool - 等于操作符。继承