Param represents one parameter definition of a Func (or Method).
Slots
- hasDefaultSource
-
Bool hasDefault()
Return if this parameter has a default value. If true, then callers are not required to specify an argument.
-
new make()
Private constructor.
- nameSource
-
Str name()
Name of the parameter.
- toStrSource
-
override Str toStr()
Overrides sys::Obj.toStr
Return "$type $name"
- typeSource
-
Type type()
Type of the parameter.