encode method
Implementation
Object encode() {
return <Object?>[
position?.index,
marginLeft,
marginTop,
marginRight,
marginBottom,
];
}
Object encode() {
return <Object?>[
position?.index,
marginLeft,
marginTop,
marginRight,
marginBottom,
];
}