menu
incomme_flutter_commerce package
documentation
incomme_plugin.dart
RxNumExt<T extends num>
operator < method
operator < method
dark_mode
light_mode
operator <
method
bool
operator <
(
num
other
)
Relational less than operator.
Implementation
bool operator <(num other) => value < other;
incomme_flutter_commerce package
documentation
incomme_plugin
RxNumExt<T extends num>
operator < method
RxNumExt extension on
Rx
<
T
>