offset property

  1. @override
int get offset
override

The offset of the setter name.

If the setter is implicit (because it's induced by a field or top level variable declaration), this is the offset of the field or top level variable name.

Implementation

@override
int get offset;