offset property

  1. @override
int get offset
override

The offset of the parameter name.

If the parameter is implicit (because it's the parameter of an implicit setter that'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;