setValue property

set setValue (String value)

Implementation

set setValue(String value) {
  this.value = value;
}