encode method
Implementation
Object encode() {
return <Object?>[
enabled,
position,
marginLeft,
marginTop,
marginRight,
marginBottom,
textColor,
primaryColor,
secondaryColor,
borderWidth,
height,
textBarMargin,
textBorderWidth,
textSize,
isMetricUnits,
refreshInterval,
showTextBorder,
ratio,
useContinuousRendering,
];
}