nonce property

  1. @JsonKey(name: 'nonce')
List<int>? nonce
getter/setter pair

Secret nonce received via the PUSH notification.

Implementation

@JsonKey(name:'nonce')
List<int>? nonce;