EncoderSettings class

Annotations
  • @immutable

Constructors

EncoderSettings({String indent = "", int? singleLineLimit, String afterKeyIndent = ""})
const

Properties

afterKeyIndent String
final
hashCode int
The hash code for this object.
no setterinherited
indent String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
singleLineLimit int?
How long a list/map can be before its elements are indented. If set to null (the default), elements will always be indented. Has no effect if indent is "".
final

Methods

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