WordBuilder class

Available Extensions

Constructors

WordBuilder({required int lineLength})

Properties

hashCode int
The hash code for this object.
no setterinherited
lineLength int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addAll([String? line1, String? line2, String? line3, String? line4, String? line5, String? line6]) → void
addLine(String? single, {String? separator}) → void
complete() List<String>
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 +(String item) WordBuilder
operator ==(Object other) bool
The equality operator.
inherited