VerificationResult class
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 setter inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
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