staticInterop 最高级常量

_StaticInterop const staticInterop

staticInterop 可以使使用 JS 注释的类被视为“静态”互操作类。

这些类允许与原生类型进行互操作,例如在 dart:html 中的类型。这些类不应包含任何实例成员,无论是继承的还是其他方式,而应使用静态扩展成员。

实现

const _StaticInterop staticInterop = _StaticInterop();