factory Order.fromJson(Map<String, dynamic> json) => Order(approximateFulfillmentDelay: json['approximateFulfillmentDelay']);