encode method
Implementation
Object encode() {
return <Object?>[
type,
duration,
width,
height,
encryptLevel,
mixInfo,
];
}
Object encode() {
return <Object?>[
type,
duration,
width,
height,
encryptLevel,
mixInfo,
];
}