UseRowClass constructor

const UseRowClass(
  1. Type type,
  2. {String constructor = '',
  3. bool generateInsertable = false}
)

Customize the class used by drift to hold an instance of an annotated table.

For details, see the overall documentation on UseRowClass.

Implementation

const UseRowClass(this.type,
    {this.constructor = '', this.generateInsertable = false});