Dart API Reference
dart:html
File
File
class
Annotations
DocsEditable()
DomName('File')
Extends
Object
Blob
File
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
(
) →
void
Inherited
slice
(
[
int
start
,
int
end
,
String
contentType
]) →
Blob
Inherited