isHiddenPostsPref property
bool
get
isHiddenPostsPref
Returns true if this data is HiddenPostsPref, otherwise false.
Implementation
bool get isHiddenPostsPref => this is UPreferenceHiddenPostsPref;
Returns true if this data is HiddenPostsPref, otherwise false.
bool get isHiddenPostsPref => this is UPreferenceHiddenPostsPref;