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