translationEnabled property

  1. @JsonKey(readValue: _readTranslationEnabled)
bool? translationEnabled
final

Whether the translation feature is enabled.

Implementation

@JsonKey(readValue: _readTranslationEnabled)
final bool? translationEnabled;