text method

CollQLFilter text(
  1. String value
)

Implementation

CollQLFilter text(String value) => where(this).text(value);