TokenLoadResult class
Result of loading a token with metadata.
Constructors
- TokenLoadResult(String? token, String? source)
-
Creates a token load result.
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasToken → bool
-
Whether a token was loaded.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- source → String?
-
Description of where the token was loaded from.
final
- token → String?
-
The loaded token, or null if not available.
final
Methods
-
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