ParsedArguments class
Represents the arguments parsed from raw cli arguments.
Constructors
-
ParsedArguments({required String excludePath, required String rootFolder, required Map<
String, Object> metricsConfig, required bool shouldPrintConfig, String? jsonReportPath}) -
const
- ParsedArguments.fromArgs(ArgResults argResults)
-
factory
Properties
- excludePath → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- jsonReportPath → String?
-
final
-
metricsConfig
→ Map<
String, Object> -
final
- rootFolder → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shouldPrintConfig → bool
-
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