RxnNum constructor

RxnNum([
  1. num? initial
])

Constructs a RxnNum with an optional initial value.

Implementation

RxnNum([super.initial]);