contains method

Expression contains(
  1. String v
)

Implementation

Expression contains(String v) => MethodCall(name, 'contains', v);