EPaperTypeQ3 constructor

EPaperTypeQ3({
  1. TypeQ3 type = TypeQ3.continuousReelPaper,
})

Implementation

EPaperTypeQ3({
  TypeQ3 type = TypeQ3.continuousReelPaper,
}) {
  _type = type;
}