Dart API Reference
dart:core
Symbol
Symbol
class
Opaque name used by mirrors, invocations and
Function.apply
.
Opaque name used by mirrors, invocations and
Function.apply
.
Constructors
Symbol
(
String
name
)
const
Constructs a new Symbol.
Instance Properties
hashCode
int
read-only
Operators
operator ==
(
Object
other
) →
bool
Symbols are equal to other symbols that correspond to the same member name.