getOtherValue method

String? getOtherValue(
  1. String? newValue
)

Implementation

String? getOtherValue(String? newValue) {
  return _otherValue;
}