type property Null safety
Return the type of the variables being declared, or null
if no type was
provided.
Implementation
TypeAnnotation? get type;
Return the type of the variables being declared, or null
if no type was
provided.
TypeAnnotation? get type;