summaryrefslogtreecommitdiff
path: root/lib/route.dart
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2023-06-09 23:13:41 +0200
committerAldrik Ramaekers <aldrik@amftech.nl>2023-06-09 23:13:41 +0200
commit4eef6fe17a48e535c902336fad4ea7aab1963ce1 (patch)
treed5b7d9db094f87d170fec901899d212e75f2df6f /lib/route.dart
parent629db8d6250bfbab82508e3ab1f083c0e38f605b (diff)
show qr
Diffstat (limited to 'lib/route.dart')
-rw-r--r--lib/route.dart4
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;