operator [] method

Post? operator [](
  1. int index
)

Implementation

Post? operator [](int index) => posts[index];