legalValues property

List<int> legalValues
final

A list of legal values for the field.

This list can be empty and in general is only applicable for fields with FIELD_WRITE_ANY_READ_LEGAL access.

Implementation

final List<int> legalValues = [];