Int16 constructor

const Int16(
  1. int value
)

Creates a strict 16-bit signed integer.

Implementation

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