MensagemCaixaPostal class
Mensagem individual da Caixa Postal
Constructors
- MensagemCaixaPostal({required String codigoSistemaRemetente, required String codigoModelo, required String dataEnvio, required String horaEnvio, required String numeroControle, required String indicadorLeitura, required String dataLeitura, required String horaLeitura, required String dataExclusao, required String horaExclusao, required String dataCiencia, required String assuntoModelo, required String dataValidade, required String origemModelo, required String valorParametroAssunto, required String relevancia, required String isn, required String tipoOrigem, required String descricaoOrigem, required String indicadorFavorito, required bool foiLida, required bool isFavorita, required bool temAltaRelevancia})
-
MensagemCaixaPostal.fromJson(Map<
String, dynamic> json) -
factory
Properties
- assuntoModelo → String
-
final
- codigoModelo → String
-
final
- codigoSistemaRemetente → String
-
final
- dataCiencia → String
-
final
- dataEnvio → String
-
final
- dataExclusao → String
-
final
- dataLeitura → String
-
final
- dataValidade → String
-
final
- descricaoOrigem → String
-
final
- foiLida → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- horaEnvio → String
-
final
- horaExclusao → String
-
final
- horaLeitura → String
-
final
- indicadorFavorito → String
-
final
- indicadorLeitura → String
-
final
- isFavorita → bool
-
final
- isn → String
-
final
- numeroControle → String
-
final
- origemModelo → String
-
final
- relevancia → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- temAltaRelevancia → bool
-
final
- tipoOrigem → String
-
final
- valorParametroAssunto → String
-
final
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