getArgs method

Map<String, String> getArgs()

Implementation

Map<String, String> getArgs() => Map.unmodifiable(context.args);