getI128 method Null safety

XdrInt128Parts? getI128()

Implementation

XdrInt128Parts? getI128() {
  return this.obj?.i128;
}