DynamicInt.fromBigInt constructor

DynamicInt.fromBigInt(
  1. BigInt n
)

Constructs from BigInt n.

Implementation

factory DynamicInt.fromBigInt(BigInt n) => _DynamicIntBig(n);