initialized property

bool initialized

Indicates whether or not the video has been loaded and is ready to play.

Implementation

bool get initialized => duration != null;