isReady property

bool get isReady

是否已经和原生实例绑定

Implementation

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