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