isBroadcast property

bool? get isBroadcast

The field returned if the video is a live broadcast always contains 1. Note that in this case the duration field contains the value 0.

Implementation

bool? get isBroadcast => checkBoolInProperty('live');