ResolucaoRegimeCaixa class

Modelo de dados da resolução do regime de caixa

Representa o texto da resolução específica para regime de caixa

Constructors

ResolucaoRegimeCaixa({required String textoResolucao})
ResolucaoRegimeCaixa.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
hasTextoResolucao bool
Indica se há texto de resolução disponível
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textoResolucao String
Texto fixo da resolução pelo Regime de Caixa em base 64
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