CelebrityDetail constructor

CelebrityDetail({
  1. BoundingBox? boundingBox,
  2. double? confidence,
  3. FaceDetail? face,
  4. String? id,
  5. String? name,
  6. List<String>? urls,
})

Implementation

CelebrityDetail({
  this.boundingBox,
  this.confidence,
  this.face,
  this.id,
  this.name,
  this.urls,
});