toJson method

String toJson()

Implementation

String toJson() {
  return PackTranslationMapper.ensureInitialized()
      .encodeJson<PackTranslation>(this as PackTranslation);
}