EventSeat class 
 
    
    
  
    
  
    Properties
    
        - 
  gate
  ↔ LocalizedString?
  
- 
  The gate the ticket holder should enter to get to their seat, such as "A"
or "West".
  getter/setter pair 
- 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  kind
  ↔ String?
  
- 
  Identifies what kind of resource this is.
  getter/setter pair 
- 
  row
  ↔ LocalizedString?
  
- 
  The row of the seat, such as "1", E", "BB", or "A5".
  getter/setter pair 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
- 
  seat
  ↔ LocalizedString?
  
- 
  The seat number, such as "1", "2", "3", or any other seat identifier.
  getter/setter pair 
- 
  section
  ↔ LocalizedString?
  
- 
  The section of the seat, such as "121".
  getter/setter pair