List<String> get labels => _labels;
set labels(List<String> l) { _labels = l; dispatchChanges(KeyValue('labels', _labels)); }