Dart API Reference
dart:html
FormData
append
append
method
@DomName('FormData.append')
@DocsEditable()
void
append
(
String
name
,
String
value
)