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