numericValue property Null safety

  1. @override
int numericValue
final

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

@override
final int numericValue;