add mix carton
This commit is contained in:
@@ -123,6 +123,12 @@ class Package {
|
||||
currentStatusDate: DateTime.parse(json['status_date']));
|
||||
}
|
||||
|
||||
@override
|
||||
bool operator ==(Object other) => other is Package && other.id == id;
|
||||
|
||||
@override
|
||||
int get hashCode => id.hashCode;
|
||||
|
||||
@override
|
||||
String toString() {
|
||||
return 'Package{id: $id, status: $status, market:$market, trackingID: $trackingID,}';
|
||||
|
||||
Reference in New Issue
Block a user