cleanup code
This commit is contained in:
@@ -83,6 +83,7 @@ class _CustomListState extends State<CustomList> {
|
||||
child: _row(
|
||||
custom.name??"",
|
||||
"Custom Fee \$ " + custom.customDutyFee.toStringAsFixed(2),
|
||||
// ignore: unnecessary_null_comparison
|
||||
custom.rate == null
|
||||
? ""
|
||||
: "Shipment rate \$ " +
|
||||
|
||||
Reference in New Issue
Block a user