RawValuesInsertable<D> constructor

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

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

Implementation

const RawValuesInsertable(this.data);