NoMergeBuilder class
NoMergeBuilder does not accumulate nothing and return the paragraphs as are generated
- Inheritance
-
- Object
- MergerBuilder
- NoMergeBuilder
- Annotations
-
- @immutable
Constructors
- NoMergeBuilder.new()
-
const
Properties
Methods
-
buildAccumulation(
List< Paragraph> paragraphs) → List<Paragraph> -
override
-
canMergeBothParagraphs(
{required Paragraph paragraph, required Paragraph nextParagraph}) → bool -
Decides if we will merge the current Pr ↓ with the nextParagraph
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited