DasData class

Constructors

DasData({required String numeroDas, required String codigoBarras, required double valor, required String dataVencimento, required String docArrecadacaoPdfB64})
DasData.fromJson(String jsonString)
factory

Properties

codigoBarras String
final
dataVencimento String
final
dataVencimentoFormatada String
Data de vencimento formatada (DD/MM/AAAA)
no setter
docArrecadacaoPdfB64 String
final
hashCode int
The hash code for this object.
no setterinherited
numeroDas String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tamanhoPdf int
Tamanho do PDF em bytes
no setter
tamanhoPdfFormatado String
Tamanho do PDF formatado (KB/MB)
no setter
temPdf bool
Verifica se o PDF está disponível
no setter
valor double
final
valorFormatado String
Valor 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