@pragma("vm:prefer-inline") bool eqIgnoreCase(String other) { return toLowerCase() == other.toLowerCase(); }