EventMetadata constructor
EventMetadata({
- int? id,
- EventMetadataEventTypeEnum? eventType,
- String? representationType,
- String? objectType,
- EventMetadataObjectTypeMappedEnum? objectTypeMapped,
- int? objectId,
- int? objectVersion,
- String? otherObjectType,
- EventMetadataOtherObjectTypeMappedEnum? otherObjectTypeMapped,
- int? otherObjectId,
- String? context,
- String? subjectName,
- DateTime? created,
- DateTime? received,
- DateTime? effectiveDateTime,
Returns a new EventMetadata instance.
Implementation
EventMetadata({
this.id,
this.eventType,
this.representationType,
this.objectType,
this.objectTypeMapped,
this.objectId,
this.objectVersion,
this.otherObjectType,
this.otherObjectTypeMapped,
this.otherObjectId,
this.context,
this.subjectName,
this.created,
this.received,
this.effectiveDateTime,
});