InspectOptions class

Constructors

InspectOptions({int maxListSetLength = 50, int maxStringLength = 10000, int maxMapKeysCount = 100, int depth = 2, String indent = ' ', String stringQuotes = '', bool autoBreak = false, bool preferCompact = true, String mapKeyValueSep = '='})
const

Properties

autoBreak bool
final
depth int
final
hashCode int
The hash code for this object.
no setterinherited
indent String
final
mapKeyValueSep String
final
maxListSetLength int
final
maxMapKeysCount int
final
maxStringLength int
final
preferCompact bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringQuotes String
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