xCommunicateRemovePrefix property

String get xCommunicateRemovePrefix

Implementation

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