CustomerModel constructor
CustomerModel({})
Implementation
CustomerModel({
this.id,
this.email,
this.name,
this.notes,
this.createdAt,
this.updatedAt,
this.customVariables,
this.zipCode,
this.number,
this.complement,
this.cpfCnpj,
});