value property

String value

Implementation

String get value => valueLabel.caption;
void value=(String newValue)

Implementation

set value(String newValue) {
  valueLabel.caption = newValue;
}