amountsStr property

List<String> amountsStr

Implementation

List<String> get amountsStr => amounts.map((e) => e.toString()).toList();