Int8 constructor

const Int8(
  1. int value
)

Creates a strict 8-bit signed integer.

Implementation

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