ErrorWithTag class

Just a simple container of ErrorWithTag.exception and ErrorWithTag.tag

Constructors

ErrorWithTag({required Exception exception, String tag = ''})
Default constructor
ErrorWithTag.fromResult(ResultError resultError)
Constructor that creates an instance from ResultError
factory

Properties

exception Exception
Is loading flag that is used in async operations
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tag String
A tag that holds the intention of a async result
final

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.
override