numericValue property Null safety

int? numericValue

Give the numeric value of a number key, or one of the 15C's letters (which are 20..24). cf. tests.dart, SelfTests.testNumbers().

Implementation

int? get numericValue => null;