menu
otium_ecommerce
core/utils/version.dart
Version
operator <= method
operator <=
dark_mode
light_mode
operator <=
method
bool
operator <=
(
Version
other
)
Implementation
bool operator <=(Version other) => compareTo(other) <= 0;
otium_ecommerce
version
Version
operator <= method
Version class