AngelAuthResult class

Represents the result of authentication with an Angel server.

Constructors

AngelAuthResult({String? token, Map<String, dynamic> data = const {}})
AngelAuthResult.fromJson(String s)
Attempts to deserialize a response from a String.
factory
AngelAuthResult.fromMap(Map? data)
Attempts to deserialize a response from a Map.
factory

Properties

data Map<String, dynamic>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String?
The JSON Web token that was sent with this response.
no setter

Methods

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

Operators

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