isEmbed property

bool get isEmbed

Implementation

bool get isEmbed =>
    type == ParagraphType.embed && lines.first.isEmbedFragment;