location property

  1. @optional
SourceLocation? location
getter/setter pair

The location of this field in the source code.

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

Implementation

@optional
SourceLocation? location;