isBlockquote property

bool get isBlockquote

Ensure to detect blockquote html tags

Implementation

bool get isBlockquote => localName == 'blockquote';