stringValues property

List<String>? stringValues
getter/setter pair

Suggested hints for string fields.

These can be used to suggest values to users, through an UI for example.

Optional.

Implementation

core.List<core.String>? stringValues;