schema property Null safety
final
The database schema as a map of the table name to the column names
Implementation
final Map<String, List<String>> schema = {};
The database schema as a map of the table name to the column names
final Map<String, List<String>> schema = {};