menu
levit_flutter package
documentation
levit_flutter.dart
LxInt
multiply method
multiply method
dark_mode
light_mode
multiply
method
void
multiply
(
int
other
)
Multiplies the current value by
other
.
Implementation
void multiply(int other) => value = value * other;
levit_flutter package
documentation
levit_flutter
LxInt
multiply method
LxInt class