Convenience method to set the value of bool column.
value
column
Upsert setBool(String column, bool value) { _values[column] = value; return this; }