postView property

PostView get postView

Returns this data as PostView.

Make sure to check if this object is PostView with isPostView.

Implementation

PostView get postView => this.data as PostView;