Model constructor
Model({
- String? image,
- HandModelLandmarks? landmarks,
- Offsets? offsets,
- String? type,
Implementation
Model({
this.image,
this.landmarks,
this.offsets,
this.type,
});