encode method
Implementation
Object encode() {
return <Object?>[
format.index,
bytes,
width,
height,
planes,
cropRect?.encode(),
rotation?.index,
];
}
Object encode() {
return <Object?>[
format.index,
bytes,
width,
height,
planes,
cropRect?.encode(),
rotation?.index,
];
}