CutPaper.functionA constructor

const CutPaper.functionA({
  1. CuttingShape cuttingShape,
})

Cuts the paper and specify it's CuttingShape.

Implementation

const factory CutPaper.functionA({CuttingShape cuttingShape}) = _FunctionA;