Client constructor
Client({
- String? id,
- String? key,
- String? keyApi,
- String? logo,
- String? accountId,
- String? applicationId,
- bool? disabled,
- String? name,
- String? nit,
- String? dv,
- String? responsabilityTypeId,
- String? regimeTypeId,
- String? organizationTypeId,
- String? municipalityId,
- String? address,
- String? phone,
- String? email,
- String? state,
- String? legalRepresentative,
- bool isTest = false,
Implementation
Client({
this.id,
this.key,
this.keyApi,
this.logo,
this.accountId,
this.applicationId,
this.disabled,
this.name,
this.nit,
this.dv,
this.responsabilityTypeId,
this.regimeTypeId,
this.organizationTypeId,
this.municipalityId,
this.address,
this.phone,
this.email,
this.state,
this.legalRepresentative,
this.isTest = false,
});