EstimateRateQuote.fromJson(Map<String, dynamic> json) { estimate = json['data'] != null ? Estimate.fromJson(json['data']) : null; message = json['message']; }