Symbol class abstract
Opaque name used by mirrors, invocations and Function.apply.
Constructors
- Symbol.new(String name)
-
Constructs a new Symbol representing the provided name.
constfactory
Properties
- hashCode â int
-
Returns a hash code compatible with operator==.
no setteroverride
- runtimeType â Type
-
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
-
toString(
) â String -
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
- empty â const Symbol
- The empty symbol.
- unaryMinus â const Symbol
- The symbol corresponding to the name of the unary minus operator.