xHas method

bool xHas(
  1. String? text
)

Implementation

bool xHas(String? text) => this.toString().contains(text?.toString() ?? '');