encode method
Implementation
Object encode() {
return <Object?>[
left,
top,
right,
bottom,
width,
height,
];
}
Object encode() {
return <Object?>[
left,
top,
right,
bottom,
width,
height,
];
}