AuditRecordAuthor constructor
AuditRecordAuthor({})
Implementation
AuditRecordAuthor(
{required this.type,
required this.displayName,
required this.operations,
this.username,
this.userKey,
this.accountId,
this.accountType,
bool? externalCollaborator,
bool? isExternalCollaborator,
this.publicName})
: externalCollaborator = externalCollaborator ?? false,
isExternalCollaborator = isExternalCollaborator ?? false;