toSetColumns abstract method

List<SetColumn> toSetColumns(
  1. ModelType model, {
  2. bool update = false,
  3. Set<String> only,
})

Creates list of 'set' column from model to be used in update or insert query

Implementation

List<SetColumn> toSetColumns(ModelType model,
    {bool update = false, Set<String> only});