Map<String, dynamic> toJson() { return { if (coop != null) 'coop': coop!.toJson(), if (coep != null) 'coep': coep!.toJson(), }; }