SqlTypes constructor

  1. @internal
const SqlTypes(
  1. bool storeDateTimesAsText, [
  2. SqlDialect dialect = SqlDialect.sqlite
])

Creates an SqlTypes mapper from the provided options.

Implementation

@internal
const SqlTypes(this.storeDateTimesAsText, [this.dialect = SqlDialect.sqlite]);