Returns the value of argumentskey or "-1" if the value is null.
key
String stringFromArgsOrEmptyId(arguments, String key) { return (arguments[key] ?? -1).toString(); }