diff options
Diffstat (limited to 'lib/route.dart')
| -rw-r--r-- | lib/route.dart | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/route.dart b/lib/route.dart index e622c12..4531f9b 100644 --- a/lib/route.dart +++ b/lib/route.dart @@ -137,8 +137,8 @@ class Task { String? beginDeliveryPickupWindow; String? endDeliveryPickupWindow; String? deliveryInstruction; - Null? parcelDeliveryRemark; - Null? courierRemark; + dynamic? parcelDeliveryRemark; + dynamic? courierRemark; String? serviceType; bool? servicepointParcel; String? servicepointid; |
