GetTwitterResponse constructor

const GetTwitterResponse({
  1. String? status,
  2. String? message,
  3. int? code,
  4. List<Twitter>? data,
})

Implementation

const GetTwitterResponse({
  this.status,
  this.message,
  this.code,
  this.data,
});