xGoSubRoute property

String get xGoSubRoute

Implementation

String get xGoSubRoute => this.isTextEmpty
    ? ''
    : '${this}'.startsWith('/')
        ? '${this}'.substring(1)
        : '${this}';