posts property

List<TimelinePost>? posts
final

This is used if you want to pass in a list of posts instead of fetching them from the service

Implementation

final List<TimelinePost>? posts;