AuthFailure class abstract

Implemented types
Implementers

Constructors

AuthFailure({String? message, required dynamic stacktrace, Object? mainException})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
mainException Object?
final
message String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stacktrace → dynamic
final

Methods

copyWith({String? message, dynamic stacktrace, Object? mainException}) → dynamic
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