generateInsertable property

bool generateInsertable
final

Generate a toInsertable() extension function for type mapping all fields to an insertable object.

This can be useful when a custom data class should be used for inserts or updates.

Implementation

final bool generateInsertable;