Dart SDK
dart:html
File
class
File
Properties
Properties
lastModified
lastModifiedDate
name
relativePath
size
type
Methods
close
slice
(Not documented.)
Annotations
DocsEditable()
DomName('File')
Extends
Object
Blob
File
Properties
int
lastModified
read-only
DateTime
lastModifiedDate
read-only
String
name
read-only
String
relativePath
read-only
int
size
read-only ,
inherited
String
type
read-only ,
inherited
Methods
close
(
) →
void
inherited
slice
(
[
int
start
,
int
end
,
String
contentType
]) →
Blob
inherited