Argument()
Creates a new empty instance of Argument.
Argument(other: Argument)
Creates a new instance of Argument by copying other.
other
other - the argument to copy
Argument(json: JsonObject)
Creates a new instance of Argument from the given JSON object.
json - the json object
json
See Also #toJson()