PersonDetection constructor
PersonDetection({
- PersonDetail? person,
- int? timestamp,
Implementation
PersonDetection({
this.person,
this.timestamp,
});
PersonDetection({
this.person,
this.timestamp,
});