toDartDecimalList property

List<Decimal> get toDartDecimalList

Implementation

List<Decimal> get toDartDecimalList =>
    toDart.map((item) => Decimal.parse(item.toString())).toList();