getPointerQualifiedName abstract method

String getPointerQualifiedName()

Gets the fully qualified name of the pointer type.

Returns:

  • The qualified name including library/package
  • Example: "package:collection/equality.dart#ListEquality"

Implementation

String getPointerQualifiedName();