prepare method

  1. @override
void prepare()

Prepare the object to be written to the stream

Implementation

@override
void prepare() {
  super.prepare();
  params['/N'] = const PdfNum(3);
  params.data = icc;
}