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