parent property

TypeDef parent

Returns the TypeDef representing the type that implements the property.

Implementation

TypeDef get parent => scope.findTypeDefByToken(_parentToken)!;