Map<String, dynamic> toJson() { return { 'status': status, 'mensagens': mensagens.map((e) => e.toJson()).toList(), 'dados': dados.toJson(), }; }