menu
zuke_runner package
documentation
runtime.dart
ControlId
compareTo method
compareTo method
dark_mode
light_mode
compareTo
method
int
compareTo
(
ControlId
other
)
Implementation
int compareTo(ControlId other) => value.compareTo(other.value);
zuke_runner package
documentation
runtime
ControlId
compareTo method
ControlId extension type