post property

ApiPost? post
getter/setter pair

The post to be shown on top of the list. This may also serve as a post view page. Since it has a complete post information, it will be immediately available before getting data from backend. When fetchPost is being called, render will be immidately called with this post.

Implementation

ApiPost? post;