ArquivoMaed class

Arquivo MAED

Constructors

ArquivoMaed({required String nomeArquivoNotificacao, required String pdfNotificacao, required String nomeArquivoDarf, required String pdfDarf})
ArquivoMaed.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
nomeArquivoDarf String
Nome do arquivo do DARF da multa da declaracao entregue em atraso para ser utilizado no processo de decodificação do base64 Ex. "darf-maed-pgdasd-{numeroDeclaracao}.pdf"
final
nomeArquivoNotificacao String
Nome do arquivo da notificação da multa da declaracao entregue em atraso para ser utilizado no processo de decodificação do base64 Ex. "notificacao-maed-pgdasd-{numeroDeclaracao}.pdf"
final
pdfDarf String
Obtém o arquivo em base 64 para conversão em PDF da DARF da MAED
final
pdfNotificacao String
Obtém o arquivo em base 64 para conversão em PDF da notificação da MAED
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