CodeLineOptions class

Some options of the code lines.

Constructors

CodeLineOptions({TextLineBreak lineBreak = TextLineBreak.lf, int indentSize = _defaultIndentSize})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
indent String
no setter
indentSize int
Indent length, default value is 2.
final
lineBreak TextLineBreak
Line break symbols, like LF, CRLF.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({TextLineBreak? lineBreak, int? indentSize}) CodeLineOptions
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.
override