String where(String filed, String operators, String value) { var op = operators == '' ? '' : "'$operators'" ','; return '$this->where($filed,$op$value)'; }