import { PropertyDeclaration } from "https://dotland.deno.dev/x/ts_morph@17.0.0/ts_morph.d.ts";
Methods
getParent(): NodeParentType<ts.PropertyDeclaration>
getParentOrThrow(message?: string | (() => string)): NonNullable<NodeParentType<ts.PropertyDeclaration>>
setHasAccessorKeyword(value: boolean): this
Sets if this property declaration should have an accessor keyword.