hasData method

bool hasData()

Returns true if the video has received data from the Wistia server, false if not.

The data includes information like which video files are available, the name and duration of the video, and its customizations.

Implementation

bool hasData() => _callMethod('hasData()');