isImagesView property

bool get isImagesView

Returns true if this data is ImagesView, otherwise false.

Implementation

bool get isImagesView => this is URecordViewRecordEmbedImagesView;