SignedData constructor

SignedData({
  1. String? data,
  2. String? signature,
})

Implementation

SignedData({
  this.data,
  this.signature,
});