offset property

  1. @override
int get offset
override

The offset of the field name.

If the field declaration is implicit, this is the offset of the name of the containing element (e.g., for the values field of an enum, this is the offset of the enum name).

Implementation

@override
int get offset;