PathPoint constructor

PathPoint([
  1. void updates(
    1. PathPointBuilder b
    )?
])

Implementation

factory PathPoint([void Function(PathPointBuilder b)? updates]) = _$PathPoint;