InterestListResponse constructor

InterestListResponse(
  1. {int? code,
  2. String? status,
  3. String? message,
  4. InterestListData? data}
)

Implementation

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