class

Param

const class Param : Obj

Param represents one parameter definition of a Func (or Method).

methods hasDefault

Return if this parameter has a default value

toStr

Return "$type $name"

name

Name of the parameter

type

Type of the parameter

hasDefault Bool hasDefault()

Return if this parameter has a default value. If true, then callers are not required to specify an argument.

name Str name()

Name of the parameter.

toStr virtual Str toStr()

Return "$type $name"

type Type type()

Type of the parameter.

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST