type property Null safety

TypeAnnotation? type

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

Implementation

TypeAnnotation? get type;