support method
Used to give the information if specified arg
is supported by ArgProcessor.
Implementation
@override
bool support(dynamic arg) => arg != null && arg is Map;
Used to give the information if specified arg
is supported by ArgProcessor.
@override
bool support(dynamic arg) => arg != null && arg is Map;