isImagesView property
bool
get
isImagesView
Returns true if this data is ImagesView, otherwise false.
Implementation
bool get isImagesView => this is URecordViewRecordEmbedImagesView;
Returns true if this data is ImagesView, otherwise false.
bool get isImagesView => this is URecordViewRecordEmbedImagesView;