File

继承
注解
  • @Native("File")

构造函数

File(List<Object> fileBits, String fileName, [Map? options])
工厂

属性

hashCode int
该对象的自定义哈希码。
无设置器继承
lastModified int?
无设置器
lastModifiedDate DateTime
无设置器
name String
无设置器
relativePath String?
无设置器
runtimeType Type
表示该对象的运行时类型。
无设置器继承
size int
无设置器继承
type String
无设置器继承

方法

noSuchMethod(Invocation invocation) → dynamic
当访问不存在的函数或属性时调用。
继承
slice([int? start, int? end, String? contentType]) Blob
继承
toString() String
该对象的字符串表示形式。
继承

运算符

operator ==(Object other) bool
等于运算符。
继承