encode method
Implementation
Object encode() {
return <Object?>[
positionMillis,
durationMillis,
isPlaying,
isBuffering,
isCompleted,
bufferedPercentage,
currentQuality?.index,
isInPictureInPicture,
];
}
Object encode() {
return <Object?>[
positionMillis,
durationMillis,
isPlaying,
isBuffering,
isCompleted,
bufferedPercentage,
currentQuality?.index,
isInPictureInPicture,
];
}