DuolingoCookieJar class
This class represents a cookie jar related to the data handled by Duolingo.
Constructors
- DuolingoCookieJar.from({required Response response})
- Returns the new instance of DuolingoCookieJar based on arguments.
Properties
-
csrfTokens
→ List<
Cookie> -
Returns cookies about CSRF tokens.
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- jwtToken → Cookie
-
Returns the cookie about JWT token.
no setter
- rawData → String
-
Returns the raw cookie data.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override