toJson method

String toJson()

Implementation

String toJson() {
  return SwampConfigMapper.ensureInitialized().encodeJson<SwampConfig>(
    this as SwampConfig,
  );
}