setPostList method Null safety
Set the fetched List
Implementation
setPostList(List<Post> postList) {
subredditPostTilesList = [];
subredditPostTilesList = postList;
notifyListeners();
}
Set the fetched List
setPostList(List<Post> postList) {
subredditPostTilesList = [];
subredditPostTilesList = postList;
notifyListeners();
}