nonce property Null safety

XdrUint64 nonce

Implementation

XdrUint64 get nonce => this._nonce;
void nonce=(XdrUint64 value)

Implementation

set nonce(XdrUint64 value) => this._nonce = value;