acceptsMultipleValues property

bool? acceptsMultipleValues
getter/setter pair

Whether the database flag accepts multiple values.

If true, a comma-separated list of stringified values may be specified.

Implementation

core.bool? acceptsMultipleValues;