Face constructor

Face(
  1. LandMark landmark,
  2. List<FacePoint> location
)

Implementation

Face(this.landmark,this.location);