Inheritance
Implemented by
Annotations
  • @DomName('Blob')
  • @Native("Blob")

Constructors

Blob(List blobParts, [ String type, String endings ])
factory

Properties

size int
@DocsEditable(), @DomName('Blob.size'), final
type String
@DocsEditable(), @DomName('Blob.type'), final
hashCode int
read-only, inherited
runtimeType Type
read-only, inherited

Methods

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

Operators

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