DataItem constructor
DataItem({})
Implementation
DataItem({
this.name = '',
this.createTime,
this.updateTime,
this.labels = const {},
required this.payload,
this.etag = '',
this.satisfiesPzs = false,
this.satisfiesPzi = false,
}) : super(fullyQualifiedName);