declarationRef property

  1. @override
DeclarationRef get declarationRef
override

Reference to the declaration of this type.

Implementation

@override
DeclarationRef get declarationRef => DeclarationRef(
  identifier: name,
  srcId: '',
  providerId: '',
  type: ReferenceType.unknown,
  srcUri: Uri(),
);