TUIBattleInfo class 
 
    
    
  
    
  
    Properties
    
        - 
  battleId
  ↔ String
  
- 
  Battle ID.
  getter/setter pair 
- 
  config
  ↔ TUIBattleConfig
  
- 
  The configuration of battle.
  getter/setter pair 
- 
  endTime
  ↔ int
  
- 
  The timestamp marking the end of the battle (Unit: seconds).
  getter/setter pair 
- 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  inviteeList
  ↔ List<TUIBattleUser>
  
- 
  The people who are invited to join the battle.
  getter/setter pair 
- 
  inviter
  ↔ TUIBattleUser
  
- 
  The person who requests the battle.
  getter/setter pair 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
- 
  startTime
  ↔ int
  
- 
  The timestamp marking the start of the battle (Unit: seconds).
  getter/setter pair