FormField<T> class
Abstract class for fields on multipart/form-data
- Implementers
Constructors
Properties
- contentType → ContentType
-
content-type of the field
read-only
- hashCode → int
-
Hash code
read-only, override
- name → String
-
Name of the field
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- value → T
-
Value of the field
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
override