Dart SDK
dart:html
FormData
property supported
supported
class FormData
Constructors
FormData
internal_
Properties
hashCode
runtimeType
Methods
append
appendBlob
delete
get
getAll
has
set
noSuchMethod
toString
Operators
operator ==
Static properties
instanceRuntimeType
supported
bool
supported
Checks if this type is supported on the current platform.
Source
static bool get supported => true;
property supported