isLive property

bool isLive

Implementation

bool get isLive => root.get('videoDetails')?.getT<bool>('isLive') ?? false;