Symbol class - dart:core library (original) (raw)
Opaque name used by mirrors, invocations and Function.apply.
Constructors
Constructs a new Symbol representing the provided name.
const
factory
Properties
Returns a hash code compatible with operator==.
no setteroverride
A representation of the runtime type of the object.
no setterinherited
Methods
noSuchMethod(Invocation invocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
A string representation of this object.
inherited
Operators
operator ==(Object other)→ bool
Symbols are equal to other symbols with an equal (==
) name string.
override
Constants
The empty symbol.
unaryMinus → const Symbol
The symbol corresponding to the name of the unary minus operator.