FirebaseAppError extension type

Firebase App error code structure. This extends PrefixedFirebaseError.

on
Implemented types
Available extensions

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stack String?
A string value containing the execution backtrace when the error originally occurred.
no setterinherited

Methods

code() String
@returns The error code.
inherited
hasCode(String code) bool
Allows the error type to be checked without needing to know implementation details of the code prefixing.
inherited
message() String
@returns The error message.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() JSObject
@returns The object representation of the error.
inherited
toString() String
A string representation of this object.
inherited

Operators

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