PathIR constructor

const PathIR(
  1. List<PathCmd> cmds,
  2. PathStyle style
)

Implementation

const PathIR(this.cmds, this.style);