menu
quantity package
documentation
quantity.dart
Units
hashCode property
hashCode property
dark_mode
light_mode
hashCode
property
@
override
int
get
hashCode
override
All units have a unique name.
Implementation
@override int get hashCode => name.hashCode;
quantity package
documentation
quantity
Units
hashCode property
Units mixin