rawValue property

int rawValue

Implementation

int get rawValue => num;
void rawValue=(int num)

The raw value

Implementation

set rawValue(final int num) => intValue = num;