SplitInt64 constructor

SplitInt64({
  1. int? highBits,
  2. int? lowBits,
})

Implementation

SplitInt64({
  this.highBits,
  this.lowBits,
});