declarationRef property
Reference to the declaration of this type.
Implementation
@override
DeclarationRef get declarationRef => DeclarationRef(
identifier: name,
srcId: '',
providerId: '',
type: ReferenceType.unknown,
srcUri: Uri(),
);
Reference to the declaration of this type.
@override
DeclarationRef get declarationRef => DeclarationRef(
identifier: name,
srcId: '',
providerId: '',
type: ReferenceType.unknown,
srcUri: Uri(),
);