Keywords
The class Keywords is a helper for supporting named optional method arguments. These arguments are handled like an array of arguments with the difference that each argument is named and may or may not be provided in a concrete method call.
Properties
Functions
Link copied to clipboard
Returns the value of a named keyword argument using null as the default value that is returned, if this argument is unknown.
Returns the value of a named keyword argument. The given default value is returned, if this argument is unknown.
Link copied to clipboard
Link copied to clipboard
Removes the keyword argument with the given name.
Link copied to clipboard