inventorySources property

List<InventorySource>? inventorySources
getter/setter pair

The list of inventory sources.

This list will be absent if empty.

Implementation

core.List<InventorySource>? inventorySources;