value property

int value

Returns the integer value of the enum

Implementation

int get value => _enumMap[this]!;