InWhere<DataType>? inWhereBuild({bool not = false}) => this == null ? null : InWhere<DataType>(values: [this!], not: not);