FormData class
- Annotations
- @SupportedBrowser.new(SupportedBrowser.CHROME)
- @SupportedBrowser.new(SupportedBrowser.FIREFOX)
- @SupportedBrowser.new(SupportedBrowser.IE, '10')
- @SupportedBrowser.new(SupportedBrowser.SAFARI)
- @Native.new("FormData")
Constructors
- FormData([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(
Stringname,Stringvalue)→ void - appendBlob(
Stringname,Blobvalue, [String?filename])→ void - delete(
Stringname)→ void - get(
Stringname)→Object? - getAll(
Stringname)→List< Object> - has(
Stringname)→bool - noSuchMethod(
Invocationinvocation)→ dynamic - Invoked when a nonexistent method or property is accessed.inherited
- set(
Stringname,dynamicvalue, [String?filename])→ void - toString(
)→String - A string representation of this object.inherited
Operators
- operator ==(
Objectother)→bool - The equality operator.inherited