posts property
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;
This is used if you want to pass in a list of posts instead of fetching them from the service
final List<TimelinePost>? posts;