postView property

PostView? get postView

Implementation

PostView? get postView => isPostView ? data as PostView : null;