toJson method

String toJson()

Implementation

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