MsImage constructor

MsImage(
  1. int pSeqNo,
  2. String imagePath,
  3. String type,
  4. int cx,
  5. int cy,
)

Implementation

MsImage(this.pSeqNo, this.imagePath, this.type, this.cx, this.cy);