Unit constructor

const Unit(
  1. int value
)

Implementation

const Unit(this.value);