threadViewPref property
ThreadViewPref?
get
threadViewPref
Implementation
ThreadViewPref? get threadViewPref =>
isThreadViewPref ? data as ThreadViewPref : null;
ThreadViewPref? get threadViewPref =>
isThreadViewPref ? data as ThreadViewPref : null;