Int32 constructor

const Int32(
  1. int value
)

Creates a strict 32-bit signed integer.

Implementation

const Int32(int value) : this._(value);