columns property Null safety
Column names for a database row for this item
Implementation
List<String> get columns => _itemSchema.keys.toList(growable: false);
Column names for a database row for this item
List<String> get columns => _itemSchema.keys.toList(growable: false);