InfospectNetworkError class

Represents an Network error for the Infospect application.

Constructors

InfospectNetworkError({dynamic error, StackTrace? stackTrace})
Creates an instance of the InfospectNetworkError class.
const
InfospectNetworkError.fromMap(Map map)
Creates an instance of the InfospectNetworkError class from a Map representation.
factory

Properties

error → dynamic
The error object.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
The stack trace associated with the error, if available.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Converts the InfospectNetworkError object into a Map representation.
toString() String
A string representation of this object.
inherited

Operators

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