Int32 constructor
const
Int32(
- int value
Creates a strict 32-bit signed integer.
Implementation
const Int32(int value) : this._(value);
Creates a strict 32-bit signed integer.
const Int32(int value) : this._(value);