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