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