lngrhns
class Config() { var rating = "" get set constructor(rating: String): this() { this.rating = rating } }