value property
The coded value's value.
For fields that utilize a coded value domain, the field type must match the type of the coded values.
Implementation
dynamic get value => _value.value;
Implementation
set value(dynamic value) => _value.value = value;