DynamicInt.fromNum constructor

DynamicInt.fromNum(
  1. num n
)

Constructs from num n.

Implementation

factory DynamicInt.fromNum(num n) => _DynamicIntNative(n.toInt());