isNotInterestsPref property
bool
get
isNotInterestsPref
Returns true if this data is not InterestsPref, otherwise false.
Implementation
bool get isNotInterestsPref => !isInterestsPref;
Returns true if this data is not InterestsPref, otherwise false.
bool get isNotInterestsPref => !isInterestsPref;