InterestListResponse constructor
- {int? code,
- String? status,
- String? message,
- InterestListData? data}
Implementation
InterestListResponse({
this.code,
this.status,
this.message,
this.data,
});
InterestListResponse({
this.code,
this.status,
this.message,
this.data,
});