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
此对象的一个字符串表示。
继承的

运算符

操作符 ==(Object other) bool
等性操作符。
继承的

静态属性

supported bool
检查当前平台是否支持此类型。
无设置器