EntityOptions constructor

EntityOptions({
  1. String? name,
  2. String? engine,
  3. String? schema,
  4. bool? synchronize,
  5. bool? withoutRowid,
})

Implementation

EntityOptions(
    {this.name,
    this.engine,
    this.schema,
    this.synchronize,
    this.withoutRowid});