tableNames property Null safety

List<String> tableNames

List of table names currently in database

Implementation

List<String> get tableNames => schema.keys.toList();