Brokerage constructor

Brokerage({
  1. String? cnpj,
  2. String? socialName,
  3. String? commercialName,
  4. String? neighborhood,
  5. String? cep,
  6. String? cvmCode,
  7. String? complement,
  8. String? dateCurrentSituation,
  9. String? dateNetWorth,
  10. String? dateRegistration,
  11. String? email,
  12. String? street,
  13. String? city,
  14. String? country,
  15. String? phone,
  16. String? uf,
  17. String? valueNetWorth,
  18. Map<String, dynamic>? errors,
})

Informações disponíveis.

Implementation

Brokerage({
  this.cnpj,
  this.socialName,
  this.commercialName,
  this.neighborhood,
  this.cep,
  this.cvmCode,
  this.complement,
  this.dateCurrentSituation,
  this.dateNetWorth,
  this.dateRegistration,
  this.email,
  this.street,
  this.city,
  this.country,
  this.phone,
  this.uf,
  this.valueNetWorth,
  this.errors,
});