Inheritance
Annotations
  • @DocsEditable()
  • @DomName('File')

Constructors

File(List<Object> fileBits, String fileName, [ Map options ])
factory
File.internal_()

Properties

lastModified int
@DocsEditable(), @DomName('File.lastModified'), @Experimental(), read-only
lastModifiedDate DateTime
@DocsEditable(), @DomName('File.lastModifiedDate'), read-only
name String
@DocsEditable(), @DomName('File.name'), read-only
relativePath String
@DocsEditable(), @DomName('File.webkitRelativePath'), @Experimental(), @SupportedBrowser(SupportedBrowser.CHROME), @SupportedBrowser(SupportedBrowser.SAFARI), read-only
hashCode int
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
size int
@DocsEditable(), @DomName('Blob.size'), read-only, inherited
type String
@DocsEditable(), @DomName('Blob.type'), read-only, inherited

Methods

close() → void
@DocsEditable(), @DomName('Blob.close'), @Experimental(), inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
slice([int start, int end, String contentType ]) Blob
inherited
toString() String
Returns the result of the JavaScript objects toString method.
inherited

Operators

operator ==(other) bool
The equality operator. [...]
inherited

Static Properties

instanceRuntimeType Type
@Deprecated("Internal Use Only"), read-only