subredditPostTilesList property Null safety
read / write
List of every post fetched from Reddit Api from a Subreddit
Implementation
List<Post> subredditPostTilesList = [];
List of every post fetched from Reddit Api from a Subreddit
List<Post> subredditPostTilesList = [];