FormData class
- Annotations
-
- @SupportedBrowser(SupportedBrowser.CHROME)
- @SupportedBrowser(SupportedBrowser.FIREFOX)
- @SupportedBrowser(SupportedBrowser.IE, '10')
- @SupportedBrowser(SupportedBrowser.SAFARI)
- @Native("FormData")
Constructors
- FormData.new([FormElement? form])
-
factory
Properties
- hashCode â int
-
The hash code for this object.
no setterinherited
- runtimeType â Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
append(
String name, String value) â void -
appendBlob(
String name, Blob value, [String? filename]) â void -
delete(
String name) â void -
get(
String name) â Object? -
getAll(
String name) â List< Object> -
has(
String name) â bool -
noSuchMethod(
Invocation invocation) â dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
String name, dynamic value, [String? filename]) â void -
toString(
) â String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) â bool -
The equality operator.
inherited