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