columns property Null safety

List<String> columns

Column names for a database row for this item

Implementation

List<String> get columns => _itemSchema.keys.toList(growable: false);