hasTranslate property

bool get hasTranslate

Implementation

bool get hasTranslate {
  return attributes?[hasTranslatedKey] == true;
}