Sqflite constructor

Sqflite(
  1. String name, {
  2. bool isNullable = true,
})

Implementation

Sqflite(this.name, {this.isNullable = true});