ProofOfAddressStatus constructor

ProofOfAddressStatus({
  1. String? status,
  2. String? message,
})

Implementation

ProofOfAddressStatus({
  this.status,
  this.message,
});