encode method
Implementation
Object encode() {
return <Object?>[
wmAlpha,
wmWidth,
wmHeight,
offsetX,
offsetY,
imagePaths,
fps,
loop,
];
}
Object encode() {
return <Object?>[
wmAlpha,
wmWidth,
wmHeight,
offsetX,
offsetY,
imagePaths,
fps,
loop,
];
}