Int64 constructor

const Int64(
  1. int value
)

Creates a strict 64-bit signed integer.

Implementation

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