value property

int value

Implementation

int get value => _firstDigit * 10 + _secondDigit;