encode method

Object encode()

Implementation

Object encode() {
  return <Object?>[
    annotationId,
    pageIndex,
    strokeColor,
    fillColor,
    opacity,
    lineWidth,
    flagsJson,
    customDataJson,
    contents,
    subject,
    creator,
    bboxJson,
    note,
    inkLinesJson,
    fontName,
    fontSize,
    iconName,
  ];
}