location property

  1. @optional
  2. @override
SourceLocation? location
getter/setter pairoverride

The location of this function in the source code.

Note: this may not agree with the location of owner if this is a function from a mixin application, expression evaluation, patched class, etc.

Implementation

@optional
@override
SourceLocation? location;