Sqflite constructor

Sqflite(
  1. String name
)

Implementation

Sqflite(final String name) : super(name, isNullable: false);