CelebrityDetail constructor
CelebrityDetail({
- BoundingBox? boundingBox,
- double? confidence,
- FaceDetail? face,
- String? id,
- String? name,
- List<
String> ? urls,
Implementation
CelebrityDetail({
this.boundingBox,
this.confidence,
this.face,
this.id,
this.name,
this.urls,
});