isSelfLabels property

bool get isSelfLabels

Returns true if this data is SelfLabels, otherwise false.

Implementation

bool get isSelfLabels => this is UServiceLabelSelfLabels;