DetectedObjects constructor
const
DetectedObjects({
- DetectedObjectRect? basketball,
- DetectedObjectRect? hoop,
- DetectedObjectRect? player,
- required DateTime timestamp,
- String modelType = 'none',
Implementation
const DetectedObjects({
this.basketball,
this.hoop,
this.player,
required this.timestamp,
this.modelType = 'none',
});