toJson method

String toJson()
inherited

Implementation

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