MitResponse constructor
- required String status,
- String? responseId,
- String? responseDateTime,
- required List<
MensagemMit> mensagens,
Construtor para MitResponse.
Implementation
MitResponse({
required this.status,
this.responseId,
this.responseDateTime,
required this.mensagens,
});