DynamicInt.fromInt constructor

DynamicInt.fromInt(
  1. int n
)

Constructs from int n.

Implementation

factory DynamicInt.fromInt(int n) => _DynamicIntNative(n);