EPaperType constructor

EPaperType({
  1. Type type = Type.foldedBlackLabelPaper,
})

Implementation

EPaperType({
  Type type = Type.foldedBlackLabelPaper,
}) {
  _type = type;
}