menu
conduit_core package
documentation
conduit_core.dart
Level
operator <= method
operator <= method
dark_mode
light_mode
operator <=
method
bool
operator <=
(
Level
other
)
Implementation
bool operator <=(Level other) => value <= other.value;
conduit_core package
documentation
conduit_core
Level
operator <= method
Level class