InspectOptions class

Constructors

InspectOptions({String? pubHostedUrl, String? dartdocOutputDir, String? resourcesOutputDir, Duration? totalTimeout, Duration? dartdocTimeout, int? lineLength})

Properties

dartdocOutputDir String?
The output directory to copy the generated docs. When not specified, the generated docs will be discarded.
final
dartdocTimeout Duration
The timeout to use when running dartdoc on the package.
final
hashCode int
The hash code for this object.
no setterinherited
lineLength int?
The line length parameter to be used for dart format checks.
final
pubHostedUrl String?
The PUB_HOSTED_URL to use for the package download and dependency analysis.
final
resourcesOutputDir String?
The output directory to store the extracted/derived resources like screenshots. When not specified, the resources will be discarded.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalTimeout Duration?
The total time budget allocated for the full analysis. pana may not be able to finish the analysis within this time, but some parts will be running with reduced timeouts in the attempt to complete the analysis with partial results.
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