isPrivate property

bool? get isPrivate

The field is returned if the video is private (for example, it was uploaded to a private message), always contains 1.

Implementation

bool? get isPrivate => checkBoolInProperty('is_private');