flatContains method

bool flatContains(
  1. string s
)

Implementation

bool flatContains(string s) => flatContainsAny([s]);