blockedPost property

BlockedPost? get blockedPost

Implementation

BlockedPost? get blockedPost => isBlockedPost ? data as BlockedPost : null;