blockListStories property
The block list that disallows viewing of stories of the current user
Implementation
BlockListStories? get blockListStories {
if (this is BlockListStories) {
return this as BlockListStories;
}
return null;
}
The block list that disallows viewing of stories of the current user
BlockListStories? get blockListStories {
if (this is BlockListStories) {
return this as BlockListStories;
}
return null;
}