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