setValue method

void setValue(
  1. String? newValue
)

Implementation

void setValue(String? newValue) {
  _value = newValue;
}