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