PathOpsResult constructor

PathOpsResult(
  1. RawPath path,
  2. PathFillType fillRule
)

Implementation

PathOpsResult(this.path, this.fillRule);