intValue property

int? intValue
final

The enum value converted to an integer
Incremented by 1 based on the previous enum value

(e.g. one => 0, two => 200, three => 201, four => 202)

Extension Method: toInt

default: 0 indexed & incremented by 1

Implementation

final int? intValue;