values property
The coded value domain's coded values.
For fields that utilize a coded value domain, the field type must match the type of the coded values.
Implementation
List<CodedValueDescription> get values => _values.value;
The coded value domain's coded values.
For fields that utilize a coded value domain, the field type must match the type of the coded values.
List<CodedValueDescription> get values => _values.value;