```If the class has a primary constructor, each se...
# announcements
r
Copy code
If the class has a primary constructor, each secondary constructor needs to delegate to the primary constructor, either directly or indirectly through another secondary constructor(s). Delegation to another constructor of the same class is done using the this keyword
https://kotlinlang.org/docs/reference/classes.html