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