Returns Labels if this data is Labels, otherwise null.
Labels? get labelsOrNull => isLabels ? labels : null;