resetData method

ConfigFile resetData()

Reset the config data to the default value.

Implementation

ConfigFile resetData() {
  data = defaultValue;
  return this;
}