setValueWithString method

void setValueWithString(
  1. AFConfig dest,
  2. String value
)

Implementation

void setValueWithString(AFConfig dest, String value) {
  validateWithException(value);
  dest.putInternal(this, value);
}