CelebrityRecognition constructor
      
      CelebrityRecognition({ 
    
    
- CelebrityDetail? celebrity,
 - int? timestamp,
 
Implementation
CelebrityRecognition({
  this.celebrity,
  this.timestamp,
});