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