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