value property

int? value
final

The integer representation.

Implementation

// TODO(maikub): This should not be nullable,
//  but changing is a breaking change.
final int? value;