isVideoDetails property

bool get isVideoDetails

Returns true if this data is VideoDetails, otherwise false.

Implementation

bool get isVideoDetails => this is UBlobViewDetailVideoDetails;