type property Null safety
Return the declared type of the parameter, or null
if the parameter does
not have a declared type.
Implementation
TypeAnnotation? get type;
Return the declared type of the parameter, or null
if the parameter does
not have a declared type.
TypeAnnotation? get type;