AuditRecordAuthor class
Constructors
-
AuditRecordAuthor({required AuditRecordAuthorType type, required String displayName, required Map<String, dynamic> operations, String? username, String? userKey, String? accountId, String? accountType, bool? externalCollaborator, bool? isExternalCollaborator, String? publicName})
-
-
AuditRecordAuthor.fromJson(Map<String, Object?> json)
-
factory
Methods
-
copyWith({AuditRecordAuthorType? type, String? displayName, Map<String, dynamic>? operations, String? username, String? userKey, String? accountId, String? accountType, bool? externalCollaborator, bool? isExternalCollaborator, String? publicName})
→ AuditRecordAuthor
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, Object?>
-
-
toString()
→ String
-
A string representation of this object.
inherited