getDefault static method

InventoryEntry getDefault()

Implementation

static InventoryEntry getDefault() => _defaultInstance ??=
    GeneratedMessage.$_defaultFor<InventoryEntry>(create);