toJson method

String toJson()
inherited

Implementation

String toJson() {
  return RoleTranslationMapper.ensureInitialized()
      .encodeJson<RoleTranslation>(this as RoleTranslation);
}