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
相等运算符。
继承