embedImagesView property

EmbedImagesView? get embedImagesView

Implementation

EmbedImagesView? get embedImagesView =>
    isEmbedImagesView ? data as EmbedImagesView : null;