CamposOpcionais class

Modelo para campos opcionais

Constructors

CamposOpcionais({required bool cno, required bool cnpjPrestador, required bool dataAlienacao, required bool ganhoCapital, required bool municipio, required bool observacao, required bool referencia, required bool uf, required bool valorJuros, required bool valorMulta})
CamposOpcionais.fromJson(Map<String, dynamic> json)
factory

Properties

cno bool
final
cnpjPrestador bool
final
dataAlienacao bool
final
ganhoCapital bool
final
hashCode int
The hash code for this object.
no setterinherited
municipio bool
final
observacao bool
final
referencia bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uf bool
final
valorJuros bool
final
valorMulta bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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