enabledSizes property

List<Size>? enabledSizes
getter/setter pair

Allowlist of companion sizes to be served to this placement.

Set this list to null or empty to serve all companion sizes.

Implementation

core.List<Size>? enabledSizes;