BlockAttributeBuilder class

Builder for block attribute styles (number/bullet lists, code and quote).

There is no need to use this class directly, consider using NotusAttribute.block instead.

Inheritance

Properties

bulletList NotusAttribute<String>
Formats a block of lines as a bullet list.
read-only
code NotusAttribute<String>
Formats a block of lines as a code snippet, using monospace font.
read-only
hashCode int
The hash code for this object.
read-onlyinherited
key String
Unique key of this attribute.
finalinherited
numberList NotusAttribute<String>
Formats a block of lines as a number list.
read-only
quote NotusAttribute<String>
Formats a block of lines as a quote.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
scope NotusAttributeScope
finalinherited
unset NotusAttribute<String>
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withValue(String value) NotusAttribute<String>
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited