Client constructor
Client({})
Implementation
Client({
this.id,
this.dbDateCreated,
this.dbDateUpdated,
this.code,
this.externalCode,
this.name,
this.status,
this.url,
this.phone,
this.contacts,
this.addresses,
});