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