sys::Obj sys::Param
Source
Param represents one parameter definition of a Func (or Method).
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 override Str toStr()
Return "$type $name"
Type type()
Type of the parameter.