nonce property
      
      String?
      get
      nonce
      
    
    
    
Implementation
String? get nonce => _$this._nonce;
      
      set
      nonce
      (String? nonce) 
      
    
    
    
Implementation
set nonce(String? nonce) => _$this._nonce = nonce;