StoreEntryId property

Uint8List? StoreEntryId
Gets the store entry id.

Implementation

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