PathModel constructor

PathModel({
  1. Path? path,
  2. bool isHintLineImaginary = false,
})

Implementation

PathModel({this.path, this.isHintLineImaginary = false});