DynamicIntOnListDynamicNumberExtension extension

on

Methods

toDecimalList({bool growable = true}) List<Decimal>
toDoubleList({bool growable = true}) List<double>
toDynamicIntList({bool growable = true}) List<DynamicInt>
toIntList({bool growable = true}) List<int>
toNumList({bool growable = true}) List<num>