Login class

Constructors

Login(Platform platform, AccessToken accessToken, String refreshToken, User user)
Login.fromJson(Map<String, dynamic> json, [Platform? platform])
Login.fromRefreshToken(String token)

Properties

accessToken → AccessToken
final
hashCode int
The hash code for this object.
no setterinherited
platform Platform
final
refreshToken String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user User
final

Methods

copyWith({AccessToken? accessToken, String? refreshToken, User? user}) Login
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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