ParameterizedHeader class
- Implementers
Constructors
- ParameterizedHeader.new(String rawValue)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
parameters
→ Map<
String, String> -
Any parameters, for example charset, boundary, filename, etc
final
- rawValue ↔ String
-
The raw value of the header
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ String
-
The value without parameters as specified in the header, eg 'text/plain' for a Content-Type header.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeQuotes(
String value) → String -
renderDateField(
String name, DateTime? date, StringBuffer buffer) → void -
renderField(
String name, String? value, bool quote, StringBuffer buffer) → void -
renderRemainingFields(
StringBuffer buffer, {List< String> ? exclude}) → void -
setParameter(
String name, String quotedValue) → void -
Adds a new or replaces and existing parameter
name
with the valuequotedValue
. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited