This is the position of the enum field, as-is on the enum class.
Example:
final position = field.getPosition(); // Returns 1
@override int getPosition() => _position;