PersonDetection constructor

PersonDetection({
  1. PersonDetail? person,
  2. int? timestamp,
})

Implementation

PersonDetection({
  this.person,
  this.timestamp,
});