getAll method
- @DomName('FormData.getAll')
 - @DocsEditable()
 - @Experimental()
 
Source
@DomName('FormData.getAll')
@DocsEditable()
@Experimental() // untriaged
List<Object> getAll(String name) =>
    _blink.BlinkFormData.instance.getAll_Callback_1_(this, name);
    © 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
    https://api.dartlang.org/stable/1.24.3/dart-html/FormData/getAll.html