reservedKinds top-level constant

Set<String> const reservedKinds

Item kinds that are reserved and cannot be created via createItem.

The bundle kind must be created with createBundle instead.

Implementation

const Set<String> reservedKinds = {'bundle'};