Pose constructor

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

Implementation

Pose({required this.landmarks});