ConsultarDadosCcmeiDados class
Constructors
- ConsultarDadosCcmeiDados({required String cnpj, required Empresario empresario, required String dataInicioAtividades, required String nomeEmpresarial, required double capitalSocial, required String situacaoCadastralVigente, required String dataInicioSituacaoCadastral, required EnderecoComercial enderecoComercial, required Enquadramento enquadramento, required Atividade atividade, required TermoCienciaDispensa termoCienciaDispensa, required String? qrcode})
-
ConsultarDadosCcmeiDados.fromJson(Map<
String, dynamic> json) -
factory
Properties
- atividade → Atividade
-
final
- capitalSocial → double
-
final
- cnpj → String
-
final
- dataInicioAtividades → String
-
final
- dataInicioSituacaoCadastral → String
-
final
- empresario → Empresario
-
final
- enderecoComercial → EnderecoComercial
-
final
- enquadramento → Enquadramento
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nomeEmpresarial → String
-
final
- qrcode → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- situacaoCadastralVigente → String
-
final
- termoCienciaDispensa → TermoCienciaDispensa
-
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