由 mirrors、调用和 Function.apply 使用的不可见名称。
构造函数
属性
- hashCode → int
- 返回一个与 operator== 兼容的哈希码。无设置器覆盖
- runtimeType → Type
- 表示对象的运行时类型。无设置器继承
方法
-
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时调用。继承
-
toString(
) → String - 此对象的字符串表示形式。继承
运算符
-
operator ==(
Object other) → bool - 符号等于具有相同(==)名称字符串的其他符号。覆盖
常量
- empty → const Symbol
- 空符号。
- unaryMinus → const Symbol
- 对应于一元减号运算符名称的符号。