categories property

List<String> categories

A copy of the categories of stored data.

Implementation

List<String> get categories => [for (final c in _categories) c];