u128 property Null safety

XdrInt128Parts? u128

Implementation

XdrInt128Parts? get u128 => this._u128;
void u128=(XdrInt128Parts? value)

Implementation

set u128(XdrInt128Parts? value) => this._u128 = value;