menu
culicidaelab
models\observation_model.dart
Location
hashCode property
hashCode
dark_mode
light_mode
hashCode
property
@
override
int
get
hashCode
override
Returns the hash code for this location.
Implementation
@override int get hashCode => Object.hash(lat, lng);
culicidaelab
observation_model
Location
hashCode property
Location class