asDecimal property

Iterable<Decimal> asDecimal

Implementation

Iterable<Decimal> get asDecimal => map((e) => Decimal.fromInt(e));