schema property Null safety

Map<String, String> schema

Column names to datatype for a database row for this item

Implementation

Map<String, String> get schema => _itemSchema;