Dart API Reference
dart:html
File
File
class
Annotated by:
DocsEditable()
DomName('File')
Extends:
Blob
Object
Instance Properties
lastModified
int
read-only
lastModifiedDate
DateTime
read-only
name
String
read-only
relativePath
String
read-only
size
int
Inherited
read-only
type
String
Inherited
read-only
Instance Methods
close
Inherited
( ) →
void
slice
Inherited
( [
int
start
,
int
end
,
String
contentType
] ) →
Blob