menu
flextensions package
documentation
extensions/math.dart
DoubleArithmeticExts
times method
times method
dark_mode
light_mode
times
method
double
times
(
num
other
)
Implementation
double times(num other) => t(other) as double;
flextensions package
documentation
extensions/math
DoubleArithmeticExts
times method
DoubleArithmeticExts extension on
double