n property Null safety

XdrUint32 n

Implementation

XdrUint32 get n => this._n;
void n=(XdrUint32 value)

Implementation

set n(XdrUint32 value) => this._n = value;