RxnNum constructor

RxnNum(
  1. [num? initial]
)

Implementation

RxnNum([num? initial]) : super(initial);