Integer.fromInt constructor

Integer.fromInt(
  1. int x
)

Implementation

factory Integer.fromInt(int x) => Integer(x);