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