Estabelecimento class
Constructors
-
Estabelecimento({required String cnpjCompleto, required double estoqueInicial, required double estoqueFinal, required double saldoCaixaInicial, required double saldoCaixaFinal, required double aquisicoesMercadoInterno, required double importacoes, required double totalEntradasPorTransferencia, required double totalSaidasPorTransferencia, required double totalDevolucoesVendas, required double totalEntradas, required double totalDevolucoesCompras, required double totalDespesas, List<
OperacaoInterestadual> ? operacoesInterestaduais, List<IssRetidoFonte> ? issRetidosFonte, List<PrestacaoServicoComunicacao> ? prestacoesServicoComunicacao, List<MudancaOutroMunicipio> ? mudancaOutroMunicipio, List<PrestacaoServicoTransporte> ? prestacoesServicoTransporte, InformacaoOpcional? informacaoOpcional}) -
Estabelecimento.fromJson(Map<
String, dynamic> json) -
factory
Properties
- aquisicoesMercadoInterno → double
-
final
- cnpjCompleto → String
-
final
- estoqueFinal → double
-
final
- estoqueInicial → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- importacoes → double
-
final
- informacaoOpcional → InformacaoOpcional?
-
final
-
issRetidosFonte
→ List<
IssRetidoFonte> ? -
final
-
mudancaOutroMunicipio
→ List<
MudancaOutroMunicipio> ? -
final
-
operacoesInterestaduais
→ List<
OperacaoInterestadual> ? -
final
-
prestacoesServicoComunicacao
→ List<
PrestacaoServicoComunicacao> ? -
final
-
prestacoesServicoTransporte
→ List<
PrestacaoServicoTransporte> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- saldoCaixaFinal → double
-
final
- saldoCaixaInicial → double
-
final
- totalDespesas → double
-
final
- totalDevolucoesCompras → double
-
final
- totalDevolucoesVendas → double
-
final
- totalEntradas → double
-
final
- totalEntradasPorTransferencia → double
-
final
- totalSaidasPorTransferencia → double
-
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