ProofEntry class Data Models

A single entry of proof, contains evidence image and/or audio.

Constructors

ProofEntry({Proof? proof, Image? image, String? audio})

Properties

audio String?
read / write
hashCode int
The hash code for this object.
read-onlyinherited
image Image?
read / write
proof Proof?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

audioPath() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited