A string literal expression.
Anything
DartStringLiteral
DartLiteral
DartExpression
DartNode
Basic
Identifiable
Object
Anything
Initializer |
DartStringLiteral() |
Attributes | |
hash | Source Codeshared formal Integer hash The hash value of the value, which allows the value to be an element of a hash-based set or key of a hash-based map. Implementations must respect the constraint that:
Therefore, a class which refines In general, Note that when executing on a Java Virtual Machine, the
64-bit Refines Identifiable.hash ultimately refines Object.hash |
Inherited Attributes |
Attributes inherited from: DartNode |
Attributes inherited from: Object hash , string |
Methods | |
equals | Source Codeshared formal Boolean equals(Object other) Determine if two values are equal. Implementations should respect the constraints that:
Furthermore it is recommended that implementations
ensure that if A class which explicitly refines Note that an implementation of Refines Identifiable.equals ultimately refines Object.equals |
Inherited Methods |
Methods inherited from: DartNode |
Methods inherited from: Object equals |