menu
me_sure_meant package
documentation
me_sure_meant.dart
PhysicalQuantities<T extends Unit>
operator < method
operator < method
dark_mode
light_mode
operator <
method
bool
operator <
(
PhysicalQuantities
<
T
>
o
)
Implementation
bool operator <(final PhysicalQuantities<T> o) => fundamental() < o.fundamental();
me_sure_meant package
documentation
me_sure_meant
PhysicalQuantities<T extends Unit>
operator < method
PhysicalQuantities class