CelebrityRecognition constructor

CelebrityRecognition({
  1. CelebrityDetail? celebrity,
  2. int? timestamp,
})

Implementation

CelebrityRecognition({
  this.celebrity,
  this.timestamp,
});