ConteudoListaMensagens class
Conteúdo da resposta de lista de mensagens
Constructors
-
ConteudoListaMensagens({required String quantidadeMensagens, required String indicadorUltimaPagina, required String ponteiroPaginaRetornada, required String ponteiroProximaPagina, String? cnpjMatriz, required List<
MensagemCaixaPostal> listaMensagens, required bool isUltimaPagina, required int quantidadeMensagensInt}) -
ConteudoListaMensagens.fromJson(Map<
String, dynamic> json) -
factory
Properties
- cnpjMatriz → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- indicadorUltimaPagina → String
-
final
- isUltimaPagina → bool
-
final
-
listaMensagens
→ List<
MensagemCaixaPostal> -
final
- ponteiroPaginaRetornada → String
-
final
- ponteiroProximaPagina → String
-
final
- quantidadeMensagens → String
-
final
- quantidadeMensagensInt → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited