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