menu
get_smart package
documentation
get_smart.dart
RxNumExt<T extends num>
operator * method
operator * method
dark_mode
light_mode
operator *
method
num
operator *
(
num
other
)
Multiplication operator.
Implementation
num operator *(num other) => value * other;
get_smart package
documentation
get_smart
RxNumExt<T extends num>
operator * method
RxNumExt extension on
Rx
<
T
>