toValue method

String toValue()

Implementation

String toValue() {
  ConfigKeysMapper.ensureInitialized();
  return MapperContainer.globals.toValue<ConfigKeys>(this) as String;
}