RawValuesInsertable<D> constructor

const RawValuesInsertable<D>(
  1. Map<String, Expression<Object>> data
)

Creates a RawValuesInsertable based on the data to insert or update.

Implementation

const RawValuesInsertable(this.data);