EmitirDasResponse class

Constructors

EmitirDasResponse({required String status, required List<Mensagem> mensagens, DasData? dados})
EmitirDasResponse.fromJson(Map<String, dynamic> json)
factory

Properties

codigoBarras String?
Código de barras do DAS
no setter
dados DasData?
final
dataVencimento String?
Data de vencimento do DAS
no setter
dataVencimentoFormatada String?
Data de vencimento formatada (DD/MM/AAAA)
no setter
hashCode int
The hash code for this object.
no setterinherited
mensagemPrincipal String
Mensagem principal de sucesso ou erro
no setter
mensagens List<Mensagem>
final
numeroDas String?
Número do DAS gerado
no setter
pdfGeradoComSucesso bool
Verifica se o PDF foi gerado com sucesso
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
final
sucesso bool
Verifica se a requisição foi bem-sucedida
no setter
tamanhoPdf int
Tamanho do PDF em bytes
no setter
tamanhoPdfFormatado String
Tamanho do PDF formatado (KB/MB)
no setter
temDadosDas bool
Verifica se há dados de DAS disponíveis
no setter
valorDas double?
Valor do DAS
no setter
valorDasFormatado String?
Valor do DAS formatado como moeda brasileira
no setter

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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited