schema property Null safety

Map<String, List<String>> schema
final

The database schema as a map of the table name to the column names

Implementation

final Map<String, List<String>> schema = {};