encode method

Object encode()

Implementation

Object encode() {
  return <Object?>[
    wmAlpha,
    wmWidth,
    wmHeight,
    offsetX,
    offsetY,
    wmColor,
    fontSize,
    fontColor,
    fontNameOrPath,
  ];
}