menu
sunny_sdk_core package
documentation
model_exports.dart
IterDynXX<T>
sumByInt method
sumByInt method
dark_mode
light_mode
sumByInt
method
int
sumByInt
(
int
toDouble
(
T
t
)
)
Implementation
int sumByInt(int toDouble(T t)) { return this.map(toDouble).sumInt(); }
sunny_sdk_core package
documentation
model_exports
IterDynXX<T>
sumByInt method
IterDynXX extension on
Iterable
<
T
>