LocationsResponseBody class 
 
    
    
  
    
  
    Properties
    
        - 
  column
  → int?
  
- 
  Position of the location within the line. It is measured in UTF-16 code
units and the client capabilitycolumnsStartAt1determines whether it is
0- or 1-based. If no column is given, the first position in the start line
is assumed.final 
- 
  endColumn
  → int?
  
- 
  End position of the location within endLine, present if the location
refers to a range. It is measured in UTF-16 code units and the client
capabilitycolumnsStartAt1determines whether it is 0- or 1-based.final 
- 
  endLine
  → int?
  
- 
  End line of the location, present if the location refers to a range.  The
client capability linesStartAt1determines whether it is 0- or 1-based.final 
- 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  line
  → int
  
- 
  The line number of the location. The client capability linesStartAt1determines whether it is 0- or 1-based.final 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
- 
  source
  → Source
  
- 
  The source containing the location; either source.pathorsource.sourceReferencemust be specified.final