AuditRecordCreateAuthor constructor

AuditRecordCreateAuthor({
  1. required AuditRecordCreateAuthorType type,
  2. String? displayName,
  3. Map<String, dynamic>? operations,
  4. String? username,
  5. String? userKey,
})

Implementation

AuditRecordCreateAuthor(
    {required this.type,
    this.displayName,
    this.operations,
    this.username,
    this.userKey});