encode method

Object encode()

Implementation

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