XdrInt128Parts constructor Null safety

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

Implementation

XdrInt128Parts(this._hi, this._lo);