type property

Return the declared type of the parameter, or null if the parameter does not have a declared type.

Note that if this is a function-typed field formal parameter this is the return type of the function.

Implementation

TypeAnnotation? get type;