Dart
dart:html
FormData
set method
set
FormData class
Constructors
FormData
Properties
hashCode
runtimeType
Methods
append
appendBlob
delete
get
getAll
has
set
noSuchMethod
toString
Operators
operator ==
Static properties
supported
set method
void
set
(
String
name
,
dynamic
value
, [
String
filename
])
Implementation
void set(String name, value, [String filename]) native;