AuditRecordBean constructor
AuditRecordBean({
- List<
AssociatedItemBean> ? associatedItems, - String? authorKey,
- String? category,
- List<
ChangedValueBean> ? changedValues, - DateTime? created,
- String? description,
- String? eventSource,
- int? id,
- AssociatedItemBean? objectItem,
- String? remoteAddress,
- String? summary,
Implementation
AuditRecordBean(
{List<AssociatedItemBean>? associatedItems,
this.authorKey,
this.category,
List<ChangedValueBean>? changedValues,
this.created,
this.description,
this.eventSource,
this.id,
this.objectItem,
this.remoteAddress,
this.summary})
: associatedItems = associatedItems ?? [],
changedValues = changedValues ?? [];