type property
      
      TypeAnnotation?
      get
      type
      
    
    
The type that the variable is required to match, or null if any type is
matched.
Implementation
TypeAnnotation? get type;The type that the variable is required to match, or null if any type is
matched.
TypeAnnotation? get type;