Data constructor

Data({
  1. String? nonce,
  2. String? root,
  3. int? expiry,
})

Implementation

Data({this.nonce, this.root, this.expiry});