Global
        data class Global
      
Fields
| Name | Description | 
|---|---|
| val stringRepr: String? | |
| val unique: Int? | 
Constructors
<init>
        constructor(stringRepr: String?, unique: Int?)
      
Parameters
| Name | Description | 
|---|---|
| stringRepr: String? | |
| unique: Int? | 
Methods
toString
        fun toString(): String
      
ReturnValue
| Name | Description | 
|---|---|
| String |