post property

Post? get post

Returns the currently displayed post,

Implementation

Post? get post {
  return posts.elementAtOrNull(index.value);
}