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