newsList property

List<News>? newsList
getter/setter pair

List of news articles fetched from the API.

Implementation

List<News>? newsList;