isNotContentLabelPref property

bool get isNotContentLabelPref

Returns true if this data is not ContentLabelPref, otherwise false.

Implementation

bool get isNotContentLabelPref => !isContentLabelPref;