declaration property

  1. @override
SourceRange declaration
override

The file and text span where this element was declared.

Implementation

@override
SourceRange get declaration {
  throw UnsupportedError('Custom declaration does not have a source');
}