contains abstract method

S contains(
  1. dynamic value
)

Query condition that matches any string that contains the specified value.

Implementation

S contains(dynamic value);