nonce property Null safety

XdrUint256 nonce

Implementation

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

Implementation

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