open fun setMultiValued(multiValued: Boolean): Argument
Sets whether or not the argument can receive several values. Only the last argument can receive several values.
multiValued - true to mark this argument as multi-valued.
Return
the current Argument instance