Data constructor

Data({
  1. List<News>? newsList,
  2. String? message,
})

Implementation

Data({ this.newsList,this.message});