Map<String, dynamic> toJson() { return { 'codeId': code, 'information': information?.map((e) => e.toJson()).toList(), }; }