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