Jwt class

Constructors

Jwt({required String raw, required JwtPayload payload})
const
Jwt.fromJson(String json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
payload JwtPayload
final
raw String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? raw, JwtPayload? payload}) Jwt
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toString() String
A string representation of this object.
inherited

Operators

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