isReady property

bool get isReady

视频是否已准备就绪

Implementation

bool get isReady => _videoId != null && _videoId!.isNotEmpty;