DevToolsSettings class
- Annotations
Constructors
- DevToolsSettings({bool enabled = true, int sampleIntervalMs = 1000, int timelineLimit = 200, int batchLimit = 120, int performanceLimit = 180, int valuePreviewLength = 120})
-
const
-
DevToolsSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- batchLimit → int
-
final
- enabled → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- performanceLimit → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sampleIntervalMs → int
-
final
- timelineLimit → int
-
final
- valuePreviewLength → int
-
final
Methods
-
copyWith(
{bool? enabled, int? sampleIntervalMs, int? timelineLimit, int? batchLimit, int? performanceLimit, int? valuePreviewLength}) → DevToolsSettings -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
mergeArgs(
DevToolsSettings current, Map< String, String> args) → DevToolsSettings