Int64.from constructor

Int64.from(
  1. int value
)

Dynamically instantiates a Int64 value mapped sequentially into memory.

Implementation

Int64.from(int value) : _data = Int64List(1)..[0] = value;