OperationNum.parse constructor

OperationNum.parse(
  1. String val
)

Constructs an OperationNum from the provided String.

Implementation

OperationNum.parse(String val) : super(BigInt.parse(val));