GetCelebrityInfoResponse constructor

GetCelebrityInfoResponse({
  1. String? name,
  2. List<String>? urls,
})

Implementation

GetCelebrityInfoResponse({
  this.name,
  this.urls,
});