bskyAppStatePrefOrNull property
BskyAppStatePref?
get
bskyAppStatePrefOrNull
Returns BskyAppStatePref if this data is BskyAppStatePref, otherwise null.
Implementation
BskyAppStatePref? get bskyAppStatePrefOrNull =>
isBskyAppStatePref ? bskyAppStatePref : null;