Dart
dart:html
FormData
getAll method
description
getAll method
List
<
Object
>
getAll
(
String
name
)
Implementation
List
<
Object
> getAll(
String
name) native;