toJson method

String toJson()
inherited

Implementation

String toJson() {
  return ModeTranslationMapper.ensureInitialized()
      .encodeJson<ModeTranslation>(this as ModeTranslation);
}