writeType property
      
      DartType?
      get
      writeType
      
    
    
The type of the target of the assignment.
The types of assigned values must be subtypes of this type.
If the target couldn't be resolved, this type is dynamic.
Implementation
DartType? get writeType;