Symbol class abstract
Opaque name used by mirrors, invocations and Function.apply.
Constructors
Properties
- hashCode → int
-
Returns a hash code compatible with operator==.
read-onlyoverride
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
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