ResponseNews constructor

ResponseNews({
  1. String? timestamp,
  2. int? code,
  3. String? status,
  4. String? message,
  5. ResNews? data,
})

Implementation

ResponseNews(
    {this.timestamp, this.code, this.status, this.message, this.data});