Dart SDK
dart:html
Blob
property size
size
class Blob
Constructors
Blob
internal_
Properties
size
type
hashCode
runtimeType
Methods
close
slice
noSuchMethod
toString
Operators
operator ==
Static properties
instanceRuntimeType
int
size
Source
@DomName('Blob.size') @DocsEditable() int get size => _blink.BlinkBlob.instance.size_Getter_(this);
property size