value property

int? get value

Return the value of the literal, or null when literal does not represent a valid int value, for example because of overflow.

Implementation

int? get value;