@override List<Map<String, dynamic>> toJson(List<PurchaseRequestPricingPhase> object) { return [for (final phase in object) phase.toJson()]; }