Operacao class

Operação realizada

Constructors

Operacao({required String tipoOperacao, IndiceDeclaracao? indiceDeclaracao, IndiceDas? indiceDas})
Operacao.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
indiceDas IndiceDas?
Estrutura de dados do DAS
final
indiceDeclaracao IndiceDeclaracao?
Estrutura de dados da declaração
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tipoOperacao String
Tipo da operação realizada: (Declaração Original; Declaração Retificadora; Geração de DAS; DAS Avulso, DAS Medida Judicial ou DAS Cobrança)
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