Item constructor
Item({
- ItemAcl? acl,
- ItemContent? content,
- String? itemType,
- ItemMetadata? metadata,
- String? name,
- String? payload,
- String? queue,
- ItemStatus? status,
- ItemStructuredData? structuredData,
- String? version,
Implementation
Item({
this.acl,
this.content,
this.itemType,
this.metadata,
this.name,
this.payload,
this.queue,
this.status,
this.structuredData,
this.version,
});