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