add version text
This commit is contained in:
@@ -96,8 +96,9 @@ class Package {
|
||||
desc: map['desc'],
|
||||
status: map['status'],
|
||||
deliveryAddress: _da,
|
||||
currentStatusDate:
|
||||
_currentStatusDate != null ? _currentStatusDate.toDate() : null,
|
||||
currentStatusDate: _currentStatusDate != null
|
||||
? _currentStatusDate.toDate().toLocal()
|
||||
: null,
|
||||
photoUrls: _photoUrls,
|
||||
shipmentHistory: _shipmentStatus);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user