preparing carton info
This commit is contained in:
@@ -33,8 +33,8 @@ class CargoType {
|
||||
calWeight: map['cal_weight']?.toDouble() ?? 0,
|
||||
calRate: map['cal_rate']?.toDouble() ?? 0,
|
||||
isCutomDuty: map['custom_duty'] ?? false,
|
||||
customDutyFee: (map['custom_duty_fee'] ?? 0).toDouble(),
|
||||
qty: (map['qty'] ?? 0).toInt());
|
||||
customDutyFee: (map['custom_duty_fee'] ?? 0).toDouble());
|
||||
//qty: (map['qty'] ?? 0).toInt());
|
||||
}
|
||||
|
||||
Map<String, dynamic> toMap() {
|
||||
|
||||
Reference in New Issue
Block a user