values property

List<String>? values
getter/setter pair

Matching values of the field.

Each element can be a 32-bit unsigned decimal or hexadecimal (starting with "0x") number (e.g. "64") or range (e.g. "0x400-0x7ff").

Implementation

core.List<core.String>? values;