xCommunicateElderRelativePrefix property

String get xCommunicateElderRelativePrefix

Implementation

String get xCommunicateElderRelativePrefix => this.isTextEmpty
    ? ''
    : '${this}'.startsWith("fwzx-")
        ? '${this}'
        : 'fwzx-${this}';