XdrInt128Parts constructor Null safety

XdrInt128Parts(
  1. XdrUint64 _lo,
  2. XdrUint64 _hi
)

Implementation

XdrInt128Parts(this._lo, this._hi);