support method
Used to give the information if specified arg
is supported by ArgProcessor.
Implementation
@override
bool support(dynamic arg) {
return true;
}
Used to give the information if specified arg
is supported by ArgProcessor.
@override
bool support(dynamic arg) {
return true;
}