toJson method

String toJson()
inherited

Implementation

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