Symbol抽象

用于 mirrors、调用和 Function.apply 的不可见名称。

构造函数

Symbol(String name)
创建一个新的 Symbol,表示提供的名称。
const
factory

属性

hashCode int
返回与 operator== 兼容的哈希码。
no setteroverride
runtimeType Type
表示对象的运行时类型。
no setterinherited

方法

noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时被调用。
inherited
toString() String
对象的字符串表示。
inherited

运算符

operator ==(Object other) bool
符号相等于具有相等(==)名称字符串的其他符号。
override

常量

empty → const Symbol
空符号。
unaryMinus → const Symbol
对应于一元减号运算符名称的符号。