Empresa class

Constructors

Empresa({required double ganhoCapital, required int qtdEmpregadoInicial, required int qtdEmpregadoFinal, double? lucroContabil, required double receitaExportacaoDireta, List<ComercialExportadora>? comerciaisExportadoras, required List<Socio> socios, double? participacaoCotasTesouraria, required double ganhoRendaVariavel, List<Doacao>? doacoesCampanhaEleitoral, required List<Estabelecimento> estabelecimentos, NaoOptante? naoOptante})
Empresa.fromJson(Map<String, dynamic> json)
factory

Properties

comerciaisExportadoras List<ComercialExportadora>?
final
doacoesCampanhaEleitoral List<Doacao>?
final
estabelecimentos List<Estabelecimento>
final
ganhoCapital double
final
ganhoRendaVariavel double
final
hashCode int
The hash code for this object.
no setterinherited
lucroContabil double?
final
naoOptante → NaoOptante?
final
participacaoCotasTesouraria double?
final
qtdEmpregadoFinal int
final
qtdEmpregadoInicial int
final
receitaExportacaoDireta double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socios List<Socio>
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