initialized property
bool
get
initialized
Indicates whether or not the video has been loaded and is ready to play.
Implementation
bool get initialized => duration != null;
Indicates whether or not the video has been loaded and is ready to play.
bool get initialized => duration != null;