isInline property

bool isInline

Returns true if this is an inline-scoped attribute.

Implementation

bool get isInline => scope == ParchmentAttributeScope.inline;