canBeTruncated property

bool canBeTruncated

Implementation

bool get canBeTruncated =>
    region != null ||
    variant.isNotEmpty ||
    script.isNotEmpty ||
    extlang.isNotEmpty;