menu
convergent package
documentation
fugue.dart
Dot
operator < method
operator < method
dark_mode
light_mode
operator <
method
bool
operator <
(
Dot
other
)
Whether this dot orders before
other
.
Implementation
bool operator <(Dot other) => compareTo(other) < 0;
convergent package
documentation
fugue
Dot
operator < method
Dot class