ValidateArguments class
Constructors
- ValidateArguments({required AppModule appModule})
Properties
Methods
-
argumentsExtra(
List< String> arguments) → List<String> -
extraArgumentsValid(
List< String> arguments) → bool -
ifContainsExtraArguments(
List< String> arguments) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
validateArguments(
List< String> arguments) → bool
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited