Let\'s say i have code like this in TypeScript:
class A { constructor( private readonly firstName: string, private readonly lastName: string ) { c