PathValidationTask class

Inheritance

Constructors

PathValidationTask.new(String projectDir)

Properties

clear bool
Indicating whether to clear the console after execution.
no setterinherited
failedHint String?
no setterinherited
failedTag String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
projectDir String
final
prompt String
The prompt message for the task.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
successHint String
no setteroverride
successTag String
no setteroverride

Methods

execute(LoaderState state) Future<void>
Method to execute the task. Must be overridden by subclasses.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run({bool? clear, bool? throwOnError, dynamic onError(Object)?, StyleFunction? prompt, StyleFunction? successHint, StyleFunction? failedHint, StyleFunction? successTag, StyleFunction? failedTag}) Future
Runs the task with optional parameters for customization.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited