isInline property
bool
get
isInline
Returns true
if this is an inline-scoped attribute.
Implementation
bool get isInline => scope == NotusAttributeScope.inline;
Returns true
if this is an inline-scoped attribute.
bool get isInline => scope == NotusAttributeScope.inline;