repeatable property

bool? repeatable
getter/setter pair

If true, the attribute supports multiple values.

If false, only a single value should be provided.

Implementation

core.bool? repeatable;