I8 constructor

const I8(
  1. int value
)

Instantiates a new I8 spanning a strictly bounded primitive value.

Implementation

const I8(this.value);