diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-06-09 23:13:41 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-06-09 23:13:41 +0200 |
| commit | 4eef6fe17a48e535c902336fad4ea7aab1963ce1 (patch) | |
| tree | d5b7d9db094f87d170fec901899d212e75f2df6f /lib/route.dart | |
| parent | 629db8d6250bfbab82508e3ab1f083c0e38f605b (diff) | |
show qr
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; |
