hashCode property - Symbol class - dart:core library (original) (raw)

description

int gethashCode

override

Returns a hash code compatible with operator==.

Equal symbols have the same hash code.

Implementation

int get hashCode;