Dup class

Classe que representa as informações de duplicatas.

Baseada no elemento <dup>.

Constructors

Dup({String? nDup, String? dVenc, String? vDup})
Construtor da classe Dup.
Dup.fromJson(String source)
Cria uma instância de Dup a partir de uma string JSON.
factory
Dup.fromMap(Map<String, dynamic> map)
Cria uma instância de Dup a partir de um mapa.
factory

Properties

dVenc ↔ String?
Data de vencimento da duplicata.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
nDup ↔ String?
Número da duplicata.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
vDup ↔ String?
Valor da duplicata.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → String
Converte a instância de Dup para uma string JSON.
toMap() → Map<String, dynamic>
Converte a instância de Dup para um mapa.
toString() → String
A string representation of this object.
inherited

Operators

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