schema property Null safety
Column names to datatype for a database row for this item
Implementation
Map<String, String> get schema => _itemSchema;
Column names to datatype for a database row for this item
Map<String, String> get schema => _itemSchema;