summaryrefslogtreecommitdiff
path: root/lib/route.dart
diff options
context:
space:
mode:
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;