rook
04/24/2018, 7:34 PMIf 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