Pose constructor

Pose({
  1. required Map<PoseLandmarkType, PoseLandmark> landmarks,
})

Constructor to create an instance of Pose.

Implementation

Pose({required this.landmarks});