Contains value with case-insensitive
value
bool containsIgnoreCase(String value) => toLowerCase().contains(value.toLowerCase());