encode method
Implementation
Object encode() {
return <Object?>[
width,
height,
rotation,
format,
timeStamp,
data,
strideY,
strideU,
strideV,
textureId,
transformMatrix,
];
}
Object encode() {
return <Object?>[
width,
height,
rotation,
format,
timeStamp,
data,
strideY,
strideU,
strideV,
textureId,
transformMatrix,
];
}