Dart
dart:html
Blob
slice method
slice
Dart
dart:html
Blob
slice method
Blob class
Constructors
Blob
Properties
size
type
hashCode
runtimeType
Methods
slice
noSuchMethod
toString
Operators
operator ==
description
slice
method
Blob
slice
(
[
int
start
,
int
end
,
String
contentType
])
Implementation
Blob slice([int start, int end, String contentType]) native;