Arguments typedef

Arguments = Map<String, Object>

Arguments is a Map of parameter names and values

Implementation

typedef Arguments = Map<String, Object>;