value property

int get value

Implementation

int get value => _firstDigit * 10 + _secondDigit;