toJson method
Implementation
Map<String, dynamic> toJson() {
return {
'offsetX': offsetX,
'offsetY': offsetY,
'pageX': pageX,
'pageY': pageY,
'clientWidth': clientWidth,
'clientHeight': clientHeight,
'scale': scale,
if (zoom != null) 'zoom': zoom,
};
}