getU128 method Null safety

XdrInt128Parts? getU128()

Implementation

XdrInt128Parts? getU128() {
  return this.obj?.u128;
}