AiliaTrackerObject constructor
Implementation
AiliaTrackerObject({
required this.id,
required this.category,
required this.prob,
required this.x,
required this.y,
required this.w,
required this.h,
});
AiliaTrackerObject({
required this.id,
required this.category,
required this.prob,
required this.x,
required this.y,
required this.w,
required this.h,
});