declaration property

  1. @override
SourceRange declaration
override

The file and text span where this element was declared.

Implementation

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