FailureResult<T extends Object> class

Represents any conversion failure.

Implemented types

Constructors

FailureResult(String message, [String? debugInfo])
Initializes a new FailureResult instance.
const

Properties

debugInfo String
Detailed information for debugging.
final
hashCode int
The hash code for this object.
no setterinherited
message String
User-friendly, localized, secure message which describes the failure.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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