WooShippingMethodFreeShipping.fromJson(Map<String, dynamic> json) { id = json['id']; title = json['title']; methodId = json['method_id']; cost = json['cost']; }