FittorHeaders class
Constructors
-
FittorHeaders.new([Map<
String, dynamic> ? headers])
Properties
- accept ↔ String?
-
getter/setter pair
-
getter/setter pair
- contentType ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userAgent ↔ String?
-
getter/setter pair
Methods
-
add(
String name, String value) → void -
clear(
) → void -
contains(
String name) → bool -
get(
String name) → String? -
getAll(
String name) → List< String> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
String name) → void -
set(
String name, dynamic value) → void -
toMap(
) → Map< String, String> -
toMultiMap(
) → Map< String, List< String> > -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited