InstanceKey property

Uint8List? InstanceKey
Gets the item instance key.

Implementation

Uint8List? get InstanceKey =>
    this.PropertyBag[ItemSchema.InstanceKey] as Uint8List?;