Param
const class Param : Obj
Param represents one parameter definition of a Func (or Method).
Return if this parameter has a default value
Return "$type $name"
Name of the parameter
Type of the parameter
Bool hasDefault()
Return if this parameter has a default value. If true, then callers are not required to specify an argument.
Str name()
Name of the parameter.
virtual Str toStr()
Return "$type $name"
Type type()
Type of the parameter.