toJson method

String toJson()

Implementation

String toJson() {
  return SDConfigMapper.ensureInitialized()
      .encodeJson<SDConfig>(this as SDConfig);
}