Blob class Null safety

Implementers
Annotations
  • @Native("Blob")

Constructors

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

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
size int
read-only
type String
read-only

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
slice([int? start, int? end, String? contentType]) Blob
toString() String
A string representation of this object. [...]
inherited

Operators

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