postTilesList property Null safety

List<Post> postTilesList
read / write

List of every post fetched from Reddit Api

Implementation

List<Post> postTilesList = [];