value property

int? get value

The value of the literal, or null when literal doesn't represent a valid int value, for example because of overflow.

Implementation

int? get value;