setOtherValue method

void setOtherValue(
  1. String? newValue
)

Implementation

void setOtherValue(String? newValue) {
  _otherValue = newValue;
}