getParentClass abstract method

LinkDeclaration? getParentClass()

Returns a link to the class that declares this member.

Returns:

  • A LinkDeclaration pointing to the owning class
  • null if the member is not associated with a class

Implementation

LinkDeclaration? getParentClass();