u128 property Null safety

XdrUInt128Parts? u128

Implementation

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

Implementation

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