ProofEntry class Data Models
A single entry of proof, contains evidence image and/or audio.
Constructors
- ProofEntry({Proof? proof, Image? image, String? audio})
Properties
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