embedRecordView property

EmbedRecordView? get embedRecordView

Implementation

EmbedRecordView? get embedRecordView =>
    isEmbedRecordView ? data as EmbedRecordView : null;