mediaInfo property

ValueNotifier<MediaInfo?> mediaInfo
final

The information of the current media. It's null before the media is opened.

Implementation

final mediaInfo = ValueNotifier<MediaInfo?>(null);