value property

int value

Get the value of the enum

Implementation

int get value => _enumMap[this]!;