ProofEntry constructor

ProofEntry(
  1. {Proof? proof,
  2. Image? image,
  3. String? audio}
)

Implementation

ProofEntry({
  this.proof,
  this.image,
  this.audio,
});