isImageDetails property

bool get isImageDetails

Returns true if this data is ImageDetails, otherwise false.

Implementation

bool get isImageDetails => this is UBlobViewDetailImageDetails;