Usuario constructor
Usuario({})
Implementation
Usuario({
this.code,
this.username,
this.companyCode,
this.fullName,
this.isDisabled,
this.passwordAttempts,
this.referenceCode,
this.externalReference,
this.createdAt,
this.createdBy,
this.writeAt,
this.writeBy,
});