Consider that I have the fallowing class
export class myClass{ test?:number; test2?:string; test3:boolean; constructor(){ this.test3=true; } } <
export class myClass{ test?:number; test2?:string; test3:boolean; constructor(){ this.test3=true; } }