I guess as a work around I can define both `constr...
# getting-started
a
I guess as a work around I can define both
constructor() { }
and
constructor(source: Parcel) { }
and it works. Good enough for now, curious if anyone has another way they'd do it