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-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
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