ValidateArguments class

Constructors

ValidateArguments({required AppModule appModule})

Properties

appModule AppModule
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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