User constructor
User({})
Returns a new User instance.
Implementation
User({
this.userId,
required this.companyId,
this.functionId,
required this.status,
this.emailAddress,
this.timezone,
this.dateCreated,
this.lastUpdated,
this.active,
});