FormData 类
- 注解
-
- @SupportedBrowser(SupportedBrowser.CHROME)
- @SupportedBrowser(SupportedBrowser.FIREFOX)
- @SupportedBrowser(SupportedBrowser.IE, '10')
- @SupportedBrowser(SupportedBrowser.SAFARI)
- @Native("FormData")
构造函数
- FormData([FormElement? form])
-
工厂
属性
- hashCode → int
- 此对象的自定义哈希码。无设置器继承
- runtimeType → Type
- 对象运行时类型的表示。无设置器继承
方法
-
append(
String name, String value) → void -
appendBlob(
String name, Blob value, [String? filename]) → void -
delete(
String name) → void -
get(
String name) → Object? -
getAll(
String name) → List< Object> -
has(
String name) → bool -
noSuchMethod(
Invocation invocation) → dynamic - 当访问不存在的方法或属性时被调用。继承
-
set(
String name, dynamic value, [String? filename]) → void -
toString(
) → String - 该对象的字符串表示。继承
运算符
-
operator ==(
Object other) → bool - 等号运算符。继承