toDecimalList method

List<Decimal> toDecimalList({
  1. bool growable = true,
})

Implementation

List<Decimal> toDecimalList({bool growable = true}) =>
    map((e) => e.toDecimal()).toList(growable: growable);