VerificationResult class

Constructors

VerificationResult({required bool trusted, required List<String> debugErrors})
VerificationResult.fromJS(VerificationResult _wrapped)

Properties

debugErrors List<String>
If the trust verification failed, this array contains the errors reported by the underlying network layer. Otherwise, this array is empty.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → VerificationResult
no setter
trusted bool
The result of the trust verification: true if trust for the given verification details could be established and false if trust is rejected for any reason.
getter/setter pair

Methods

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