MutableCookies class abstract
- Implemented types
- Implementers
Constructors
- MutableCookies.new()
-
const
Properties
-
all
→ Map<
String, String?> -
no setter
-
entries
→ List<
MapEntry< String, String?> > -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- headerKey → String
-
no setterinherited
- isEmpty → bool
-
no setterinherited
- isNotEmpty → bool
-
no setterinherited
-
keys
→ List<
String> -
no setterinherited
- length → int
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
→ List<
String> -
no setterinherited
Methods
-
add(
String key, String? value) → void -
clear(
) → void -
containsKey(
String key) → bool -
inherited
-
headerValue(
) → String -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
String key) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
String key) → String? -
inherited
-
operator []=(
String key, String? value) → void