If the class has a primary constructor, each secon...
# getting-started
a
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).