isReady property

bool get isReady

播放器是否已准备就绪

Implementation

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