offset property

  1. @override
int get offset
override

The start position of the syntactic entity within the source code.

Implementation

@override
int get offset => name.offset;