Arguments to be passed into the function call, provided in the format of a Map
Map<String, dynamic> get argMap => Map.fromEntries([ for (var i = 0; i < constMeta.argNames.length; ++i) MapEntry(constMeta.argNames[i], argValues[i]) ]);