Local constructor
const
Local({})
Implementation
const Local({
required this.version,
// using only dataType = DataType.IMPLICIT.
this.tableName,
this.entity,
this.query,
this.execute = Execute.QUERY,
this.dataType = DataType.IMPLICIT,
// using only execute = Execute.INSERT, Execute.UPDATE
this.onConflict = OnConflictStrategy.abort,
});