Apikey constructor
Apikey({})
Returns a new Apikey instance.
Implementation
Apikey({
required this.apiKeyId,
this.userId,
required this.companyId,
required this.roleId,
required this.token,
this.name,
this.expirationDateUtc,
this.dateCreated,
this.lastUpdated,
this.active,
});